Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
zipassetmanagermacros.h
Go to the documentation of this file.
1 
18 #ifndef ION_BASE_ZIPASSETMANAGERMACROS_H_
19 #define ION_BASE_ZIPASSETMANAGERMACROS_H_
20 
28 #define ION_REGISTER_ASSETS(n) \
29  namespace n { \
30  bool RegisterAssets(); \
31  void RegisterAssetsOnce(); \
32  }
33 
34 #endif // ION_BASE_ZIPASSETMANAGERMACROS_H_