core_init.h 203 B

123456789101112
  1. #ifndef AFUN_INIT_H
  2. #define AFUN_INIT_H
  3. #include "aFunCoreExport.h"
  4. #include "stdbool.h"
  5. #ifdef aFunWIN32
  6. #include "Windows.h"
  7. #endif
  8. AFUN_CORE_EXPORT bool aFunCoreInit(void);
  9. #endif //AFUN_INIT_H