#ifndef OK_UNIT_H #define OK_UNIT_H #include "ok_types.h" void ok_units_update(OkGame *g, float dt); #endif