gameui

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/include/goatkit.h	Fri Mar 21 21:45:37 2014 +0200
     1.3 @@ -0,0 +1,8 @@
     1.4 +#ifndef GOATKIT_H_
     1.5 +#define GOATKIT_H_
     1.6 +
     1.7 +#include "widget.h"
     1.8 +#include "button.h"
     1.9 +#include "label.h"
    1.10 +
    1.11 +#endif	// GOATKIT_H_