axmol/templates/lua-template-runtime/frameworks/runtime-src/Classes/service/PlayerMacros.h

10 lines
201 B
C
Raw Normal View History

2014-12-27 02:21:55 +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_