|
LPCGame
A 2d game 'engine' written in C++
|
#include <string>#include <memory>#include <atomic>#include <condition_variable>#include <luabind/luabind.hpp>#include "../externals/json/json.h"#include "entitymanager.h"#include "camera.h"#include "luascript.h"Go to the source code of this file.
Classes | |
| class | State |
| Base class for states. More... | |