#ifndef CWRAPPERS_H #define CWRAPPERS_H #include #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ char* HELP_number_words(int _t, const char* number_class); uint32_t LOC_toupper_ch(uint32_t ch); SDL_Surface* GRAPHICS_tempScreenshot(void); uint8_t UTIL_TakeScreenshot(SDL_Surface** surface); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CWRAPPERS_H */