Auto.h 742 B

123456789101112131415
  1. /******************************************************************************/
  2. extern const bool EE_PUBLISH ;
  3. extern const bool EE_ENGINE_EMBED ;
  4. extern const bool EE_ANDROID_EXPANSION;
  5. extern cchar *C EE_PHYSX_DLL_PATH ;
  6. extern cchar *C EE_ENGINE_PATH ;
  7. extern cchar *C EE_PROJECT_PATH ;
  8. extern cchar *C EE_PROJECT_NAME ;
  9. extern cchar *C EE_APP_NAME ;
  10. extern const UID EE_GUI_SKIN ;
  11. extern Cipher *C EE_PROJECT_CIPHER ;
  12. /******************************************************************************/
  13. void EE_INIT(bool load_engine_data=true, bool load_project_data=true);
  14. void EE_INIT_OBJ_TYPE();
  15. /******************************************************************************/