aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys/btaction.hpp
blob: 9593fda55d2fa88e139d9e6457a12a89f7a4eba5 (plain)
1
2
3
4
5
6
7
8
9
10
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