summaryrefslogtreecommitdiff
path: root/src/ode/ode_bindings.h
blob: ac1cc35e8891aac537ed8e435f122b817aab12aa (plain)
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