LPCGame
A 2d game 'engine' written in C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
objectbutton.h File Reference
#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...