#ifndef AFUN_INIT_H #define AFUN_INIT_H #include "aFunCoreExport.h" #include "stdbool.h" #ifdef aFunWIN32 #include "Windows.h" #endif AFUN_CORE_EXPORT bool aFunCoreInit(void); #endif //AFUN_INIT_H