axmol/tools/simulator/libsimulator/lib/PlayerMacros.h

10 lines
201 B
C
Raw Normal View History

2015-01-07 17:50:15 +08:00
#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_