home projects git about
1 2 3 4 5 6 7 8
#ifndef HONEY_ODE_H #define HONEY_ODE_H #include <lua.h> void setup_ode(lua_State *L, int honey_tbl); #endif