PlayerMacros.h 201 B

123456789
  1. #ifndef __PLAYER_MACROS_H_
  2. #define __PLAYER_MACROS_H_
  3. #define PLAYER_NS_BEGIN namespace player {
  4. #define PLAYER_NS_END }
  5. #define USING_PLAYER_NS using namespace player;
  6. #endif // __PLAYER_MACROS_H_