gameui

diff themes/simple/simple.cc @ 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
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/themes/simple/simple.cc	Sat Mar 22 01:50:01 2014 +0200
     1.3 @@ -0,0 +1,6 @@
     1.4 +#include "goatkit.h"
     1.5 +
     1.6 +extern "C" goatkit::WidgetDrawFunc get_widget_func(const char *name)
     1.7 +{
     1.8 +	return 0;
     1.9 +}