#ifndef CHAR_H #define CHAR_H int new_doomdev(void); void destroy_doomdev(void); int char_init(void); void char_cleanup(void); #endif