CommonDefs.h
1/* Distributed under the Apache License, Version 2.0.
2 See accompanying NOTICE file for details.*/
3
4#pragma once
5
6#define PULSE_DECL CDM_DECL
7
8#define PULSE_BIND pulse::engine::bind
9
10#define END_NAMESPACE }
11#define END_NAMESPACE_EX }}
12
13#define PULSE_BIND_DECL(type) \
14 namespace PULSE_BIND { class type##Data; }
15
16#define pulse_DECL(type) \
17 namespace pulse { class type; }
18
19#include "engine/PulseEngine.h"

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.