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