summaryrefslogtreecommitdiff
path: root/src/ode/ode_bindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ode/ode_bindings.h')
-rw-r--r--src/ode/ode_bindings.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ode/ode_bindings.h b/src/ode/ode_bindings.h
new file mode 100644
index 0000000..ac1cc35
--- /dev/null
+++ b/src/ode/ode_bindings.h
@@ -0,0 +1,8 @@
+#ifndef HONEY_ODE_H
+#define HONEY_ODE_H
+
+#include <lua.h>
+
+void setup_ode(lua_State *L, int honey_tbl);
+
+#endif