LPCGame
A 2d game 'engine' written in C++
|
#include <string>
#include "../externals/json/json.h"
#include "entity.h"
#include "image.h"
#include "text.h"
#include "button.h"
Go to the source code of this file.
Classes | |
class | ObjectButton< T > |
A button that can register class member functions. More... | |