1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 23:48:30 +02:00
VVVVVV/desktop_version/src/CWrappers.h

18 lines
264 B
C
Raw Normal View History

#ifndef CWRAPPERS_H
#define CWRAPPERS_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
char* HELP_number_words(int _t);
uint32_t LOC_toupper_ch(uint32_t ch);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* CWRAPPERS_H */