gramods
Loading...
Searching...
No Matches
config_cmake.hh
1
2#ifndef GRAMODS_SOUND_CONFIG
3#define GRAMODS_SOUND_CONFIG
4
5#define BEGIN_NAMESPACE_GMSOUND namespace gramods { namespace gmSound {//
6#define END_NAMESPACE_GMSOUND }}//
7#define USING_NAMESPACE_GMSOUND using namespace gramods::gmSound
8
9namespace gramods {
10
15namespace gmSound {}
16}
17
18#include <gmCore/config.hh>
19
20#endif
Gramods, short for Graphics Modules, is a collection of weakly inter dependent and useful APIs for Vi...
Definition config.hh:25