space-shooter/include/game.h

10 lines
144 B
C
Raw Normal View History

#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 */