mirror of https://github.com/axmolengine/axmol.git
10 lines
201 B
C
10 lines
201 B
C
|
|
||
|
#ifndef __PLAYER_MACROS_H_
|
||
|
#define __PLAYER_MACROS_H_
|
||
|
|
||
|
#define PLAYER_NS_BEGIN namespace player {
|
||
|
#define PLAYER_NS_END }
|
||
|
#define USING_PLAYER_NS using namespace player;
|
||
|
|
||
|
#endif // __PLAYER_MACROS_H_
|