gameui

view 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 source
1 #include "goatkit.h"
3 extern "C" goatkit::WidgetDrawFunc get_widget_func(const char *name)
4 {
5 return 0;
6 }