From d5cd0c7b4425e25b11a1ceec154a5c752d508a42 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 26 Jun 2019 16:14:00 -0400 Subject: Major refactor of physics code Move all the physics code into the shared directory, and fix the ghost objects (aabb only) --- src/shared/lua_api/common.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/shared/lua_api/common.hpp') diff --git a/src/shared/lua_api/common.hpp b/src/shared/lua_api/common.hpp index ba89521..ef8ae58 100644 --- a/src/shared/lua_api/common.hpp +++ b/src/shared/lua_api/common.hpp @@ -24,5 +24,6 @@ int popvector2i(lua_State*,long*,long*); int poprecti(lua_State* L,long*,long*,long*,long*); int pushrecti(lua_State* L,long,long,long,long); -void pusherrorfunc(lua_State *L); +void pusherrorfunc(lua_State* L); +int make_crashy(lua_State* L); #endif -- cgit v1.2.3-70-g09d2