gameui

view include/goatkit.h @ 4:e0916bb20b7f

changed the name to goatkit
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 21 Mar 2014 21:45:37 +0200
parents include/gameui.h@3aa12cdb9925
children 5a84873185ff
line source
1 #ifndef GOATKIT_H_
2 #define GOATKIT_H_
4 #include "widget.h"
5 #include "button.h"
6 #include "label.h"
8 #endif // GOATKIT_H_