From 2831e232b886c5e3b0791ea5192f9e5194e6abf3 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Fri, 9 Mar 2018 23:55:49 -0500 Subject: Added IGUIImages Added the ability to display itextures on the gui --- src/shared/lua_api/load_phys.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/shared/lua_api/load_phys.cpp') diff --git a/src/shared/lua_api/load_phys.cpp b/src/shared/lua_api/load_phys.cpp index c91396c..14a27ea 100644 --- a/src/shared/lua_api/load_phys.cpp +++ b/src/shared/lua_api/load_phys.cpp @@ -1,6 +1,8 @@ -#include "load_phys.hpp" - +#include "./load_phys.hpp" +#include "./phys/bphysbox.hpp" void loadPhysLibs(lua_State* L){ - + lua_newtable(L);//{} + lua_setglobal(L,"phys"); + bphysbox_register(L); } -- cgit v1.2.3-70-g09d2