gameui

view include/gameui.h @ 0:3aa12cdb9925

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 24 Feb 2014 22:25:49 +0200
parents
children
line source
1 #ifndef GAMEUI_H_
2 #define GAMEUI_H_
4 #include "widget.h"
5 #include "button.h"
6 #include "label.h"
8 #endif // GAMEUI_H_