aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys/btaction.hpp
blob: e295b7730c4708ffdff7087b92bd937538f70295 (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