gameui

diff include/goatkit.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/goatkit.h	Fri Mar 21 21:45:37 2014 +0200
     1.2 +++ b/include/goatkit.h	Sat Mar 22 01:50:01 2014 +0200
     1.3 @@ -4,5 +4,10 @@
     1.4  #include "widget.h"
     1.5  #include "button.h"
     1.6  #include "label.h"
     1.7 +#include "event.h"
     1.8 +
     1.9 +namespace goatkit {
    1.10 +	typedef void (*WidgetDrawFunc)(const Widget*);
    1.11 +}
    1.12  
    1.13  #endif	// GOATKIT_H_