LPCGame
A 2d game 'engine' written in C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
button.h File Reference
#include <string>
#include <luabind/luabind.hpp>
#include "../externals/json/json.h"
#include "entity.h"
#include "image.h"
#include "text.h"

Go to the source code of this file.

Classes

class  Button
 A clickable ui Button, can run a static/non-member function when clicked. More...