Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007 #if !defined(_GWINDOW_H)
00008 #define _GWINDOW_H
00009
00010 #include "constants.h"
00011 #include "GOSComponent.h"
00012
00013 class GWindow : public GOSComponent
00014 {
00015 };
00016
00017 #endif //_GWINDOW_H