|
LPCGame
A 2d game 'engine' written in C++
|
#include <memory>#include <vector>#include <luabind/luabind.hpp>#include "../externals/json/json.h"#include "base.h"#include "window.h"#include "entity.h"Go to the source code of this file.
Classes | |
| struct | CameraPan |
| Describes a simple Camera animation. More... | |
| class | Camera |
| A camera to draw the scene in. More... | |