gameui

view include/gameui.h @ 2:e5b1525084f7

boolanim
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 20 Mar 2014 07:03:58 +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_