lots of functions made static (some had to be moved)
This commit is contained in:
parent
463564076f
commit
3d15a468cd
11 changed files with 884 additions and 916 deletions
3
src/im.h
3
src/im.h
|
|
@ -50,10 +50,7 @@ typedef struct IM_DATA {
|
|||
*/
|
||||
|
||||
void im_init(IM_DATA* im, int lang); /* Initialize IM */
|
||||
void im_fullreset(IM_DATA* im); /* Full Reset IM */
|
||||
void im_softreset(IM_DATA* im); /* Soft Reset IM */
|
||||
void im_free(IM_DATA* im); /* Free IM resources */
|
||||
|
||||
int im_read(IM_DATA* im, SDL_keysym ks);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue