aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys/bshape.hpp
blob: 633e7a46d9fdea4ab0a162886211d38f325a4c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _BSHAPE_HPP_
#include <stdio.h>
#include <stdlib.h>
extern "C" {
	#include <lua.h>
	#include <lauxlib.h>
	#include <lualib.h>
}

int bshape_register(lua_State* L);
#endif