aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/load_phys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/lua_api/load_phys.cpp')
-rw-r--r--src/shared/lua_api/load_phys.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shared/lua_api/load_phys.cpp b/src/shared/lua_api/load_phys.cpp
new file mode 100644
index 0000000..c91396c
--- /dev/null
+++ b/src/shared/lua_api/load_phys.cpp
@@ -0,0 +1,6 @@
+#include "load_phys.hpp"
+
+
+void loadPhysLibs(lua_State* L){
+
+}