LPCGame
A 2d game 'engine' written in C++
|
#include <string>
#include <luabind/luabind.hpp>
#include "../externals/json/json.h"
#include "base.h"
#include "physics.h"
#include "map.h"
#include "image.h"
#include "luascript.h"
Go to the source code of this file.
Classes | |
class | Entity |
The Entity class, to provide functions that call to attached Lua scripts. More... | |