LPCGame
A 2d game 'engine' written in C++
|
#include <memory>
#include "../externals/json/json.h"
#include "state.h"
#include "timer.h"
#include "map.h"
#include "uiobjectmanager.h"
Go to the source code of this file.
Classes | |
class | GameState |
A state for running a game level. More... | |