LPCGame
A 2d game 'engine' written in C++
|
#include <memory>
#include <string>
#include "../externals/json/json.h"
#include "state.h"
#include "timer.h"
#include "mapeditor.h"
#include "tilebar.h"
#include "uiobjectmanager.h"
Go to the source code of this file.
Classes | |
class | EditorState |
Runs the editor state. More... | |