mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
8 lines
133 B
C
8 lines
133 B
C
|
#ifndef IMERENDER_H
|
||
|
#define IMERENDER_H
|
||
|
|
||
|
void ime_render(void);
|
||
|
void ime_set_rect(SDL_Rect* stretch_info);
|
||
|
|
||
|
#endif /* IMERENDER_H */
|