diff options
| author | Alexander Pickering <alex@cogarr.net> | 2018-06-28 16:05:26 -0600 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2018-06-28 16:05:26 -0600 |
| commit | ef25a513437196a3ea9ee45e6e03565eb86067d2 (patch) | |
| tree | acd43d214f9a7ec96e7fcd66097fd13593dd8f38 /src/client/lua_api/phys/bphysmodel.hpp | |
| parent | 2260a1dda8693664c77a03781ae07fbb5f0ea8a0 (diff) | |
| download | brokengine-ef25a513437196a3ea9ee45e6e03565eb86067d2.tar.gz brokengine-ef25a513437196a3ea9ee45e6e03565eb86067d2.tar.bz2 brokengine-ef25a513437196a3ea9ee45e6e03565eb86067d2.zip | |
Simplified makefile
Made makefile much simpiler, added option to build dynamically with
DEBUG=true
Diffstat (limited to 'src/client/lua_api/phys/bphysmodel.hpp')
| -rw-r--r-- | src/client/lua_api/phys/bphysmodel.hpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client/lua_api/phys/bphysmodel.hpp b/src/client/lua_api/phys/bphysmodel.hpp index a59c451..1c0fbac 100644 --- a/src/client/lua_api/phys/bphysmodel.hpp +++ b/src/client/lua_api/phys/bphysmodel.hpp @@ -1,11 +1,12 @@ - +#ifndef _BPHYSMODEL_HPP_ #include <stdio.h> #include <stdlib.h> extern "C" { - #include <lua.h> - #include <lauxlib.h> - #include <lualib.h> + #include <lua.h> + #include <lauxlib.h> + #include <lualib.h> } #include <irrlicht.h> int bphysmodel_register(lua_State* L, irr::IrrlichtDevice* d); +#endif |
