/* game.h - Main game loop. */ #ifndef _GAME_H_ #define _GAME_H_ #include void game_loop(char* palfile, SDL_bool vga); #endif /* _GAME_H_ */