aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/phys/bphysmodel.hpp
blob: 1c0fbac7574a08bafe988bfa937da943530f6c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _BPHYSMODEL_HPP_
#include <stdio.h>
#include <stdlib.h>
extern "C" {
	#include <lua.h>
	#include <lauxlib.h>
	#include <lualib.h>
}
#include <irrlicht.h>

int bphysmodel_register(lua_State* L, irr::IrrlichtDevice* d);
#endif