build: CMake and public headers
This commit is contained in:
parent
1455cf7ac9
commit
87d99f7007
6 changed files with 107 additions and 0 deletions
7
include/ok_game.h
Normal file
7
include/ok_game.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef OK_GAME_H
|
||||
#define OK_GAME_H
|
||||
#include "ok_types.h"
|
||||
void ok_game_init(OkGame *g);
|
||||
void ok_game_update(OkGame *g, float dt);
|
||||
void ok_game_spawn(OkGame *g, OkFaction f, OkUnitKind k, int x, int y);
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue