aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys/btaction.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/lua_api/phys/btaction.hpp')
-rw-r--r--src/shared/lua_api/phys/btaction.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/shared/lua_api/phys/btaction.hpp b/src/shared/lua_api/phys/btaction.hpp
new file mode 100644
index 0000000..e295b77
--- /dev/null
+++ b/src/shared/lua_api/phys/btaction.hpp
@@ -0,0 +1,11 @@
+#ifndef _BTACTION_HPP_
+#include <stdio.h>
+#include <stdlib.h>
+extern "C" {
+ #include <lua.h>
+ #include <lauxlib.h>
+ #include <lualib.h>
+}
+int baction_register(lua_State* L);
+void makeaction(lua_State *L);
+#endif