#ifndef GAME_H #define GAME_H #include "objects.h" /* Run the main game. Returns 0 on clean exit. */ int game_run(void); #endif /* GAME_H */