1 // Copyright (C) 2005  Davis E. King (davis@dlib.net)
2 // License: Boost Software License   See LICENSE.txt for the full license.
3 #ifndef DLIB_GUI_CORe_
4 #define DLIB_GUI_CORe_
5 
6 
7 #include "platform.h"
8 
9 
10 
11 #ifdef WIN32
12 #include "gui_core/windows.h"
13 #else
14 #include "gui_core/xlib.h"
15 #endif
16 
17 
18 
19 #endif // DLIB_GUI_CORe_
20 
21