gameui

diff include/button.h @ 5:5a84873185ff

rudimentary theme plugin system and other minor fixes
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 22 Mar 2014 01:50:01 +0200
parents e0916bb20b7f
children
line diff
     1.1 --- a/include/button.h	Fri Mar 21 21:45:37 2014 +0200
     1.2 +++ b/include/button.h	Sat Mar 22 01:50:01 2014 +0200
     1.3 @@ -14,6 +14,8 @@
     1.4  public:
     1.5  	Button();
     1.6  	virtual ~Button();
     1.7 +
     1.8 +	virtual const char *get_type_name() const;
     1.9  };
    1.10  
    1.11  }	// namespace goatkit