LPCGame
A 2d game 'engine' written in C++
|
#include <vector>
#include <memory>
#include "../externals/json/json.h"
#include "camera.h"
#include "entity.h"
#include "entitymanager.h"
#include "mapeditor.h"
#include "tilebar.h"
Go to the source code of this file.
Classes | |
class | EntityEditor |
Allows for editing of the Entities on a map. More... | |