#ifndef KHEPCC_DISPLAY_H #define KHEPCC_DISPLAY_H #include extern SDL_Surface *displaySurface; void draw_screen(khep_state_t *st, SDL_Surface * screen); Uint32 callback_draw(Uint32 interval, void *param); #endif /* KHEPCC_DISPLAY_H */