diff options
Diffstat (limited to 'char.h')
-rw-r--r-- | char.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#ifndef CHAR_H +#define CHAR_H + +int new_doomdev(void); +void destroy_doomdev(void); +int char_init(void); +void char_cleanup(void); + +#endif |