logo

libbulletml

Library of Bullet Markup Language (forked from https://shinh.skr.jp/libbulletml/index_en.html )git clone https://hacktivis.me/git/libbulletml.git

bulletmlcommon.h (180B)


  1. #ifndef bulletmlcommon_h_
  2. #define bulletmlcommon_h_
  3. #ifdef WIN32_DLL_EXPORT
  4. # define DECLSPEC __declspec(dllexport)
  5. #else
  6. # define DECLSPEC
  7. #endif
  8. #endif // ! bulletmlcommon_h_