summaryrefslogtreecommitdiff
path: root/skygipp.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2006-12-26 19:37:43 +0000
committerMatt Turner <mattst88@gmail.com>2006-12-26 19:37:43 +0000
commit38a93f5b90ddb6300e25934c4e43240b64d5f761 (patch)
treebc6253802a5fa1d96980d30aa900a52dabd3b1a9 /skygipp.h
parent1c918cfffabb39f2ec977c46cef43c43072a5c3c (diff)
Starting work again. Added CApplication class for easier creation of the main window. Next looks like it's going to be a message class (GI_Message* function wrapper).HEADmaster
git-svn-id: svn://mattst88.com/svn/skygipp/trunk@4 a71248a0-261a-0410-b604-901f7c0bd773
Diffstat (limited to 'skygipp.h')
-rw-r--r--skygipp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/skygipp.h b/skygipp.h
index cef82bc..fc5678e 100644
--- a/skygipp.h
+++ b/skygipp.h
@@ -1,6 +1,7 @@
#ifndef SKYGIPP_H
#define SKYGIPP_H
+#include "application.h"
#include "widget.h"
#include "widgetbutton.h"
#include "widgetcheckbox.h"