build: CMake and public headers

This commit is contained in:
Hernâni Marques 2026-07-11 23:18:44 +02:00
parent 1455cf7ac9
commit 87d99f7007
6 changed files with 107 additions and 0 deletions

5
include/ok_unit.h Normal file
View file

@ -0,0 +1,5 @@
#ifndef OK_UNIT_H
#define OK_UNIT_H
#include "ok_types.h"
void ok_units_update(OkGame *g, float dt);
#endif