1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-29 16:08:29 +02:00
VVVVVV/desktop_version/src/CWrappers.h

8 lines
138 B
C
Raw Normal View History

#ifndef CWRAPPERS_H
#define CWRAPPERS_H
char* HELP_number_words(int _t);
uint32_t LOC_toupper_ch(uint32_t ch);
#endif /* CWRAPPERS_H */