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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ode/ode_bindings.h b/src/ode/ode_bindings.h
index 3305b2a..7d3f518 100644
--- a/src/ode/ode_bindings.h
+++ b/src/ode/ode_bindings.h
@@ -319,6 +319,8 @@ void ode_push_space(lua_State *L, dSpaceID s);
\
/* geom */ \
X("GeomDestroy", dGeomDestroy_bind) \
+ X("GeomSetData", dGeomSetData_bind) \
+ X("GeomGetData", dGeomGetData_bind) \
X("GeomSetBody", dGeomSetBody_bind) \
X("GeomGetBody", dGeomGetBody_bind) \
X("GeomSetPosition", dGeomSetPosition_bind) \