space-shooter/include/game.h

9 lines
144 B
C

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