]> git.tdb.fi Git - libs/gui.git/blob - source/graphics/windows/display_platform.h
fd7cce3f6f53cb12348e36c4f5f58185c5cc94bd
[libs/gui.git] / source / graphics / windows / display_platform.h
1 #ifndef MSP_GRAPHICS_DISPLAY_PLATFORM_H_
2 #define MSP_GRAPHICS_DISPLAY_PLATFORM_H_
3
4 namespace Msp {
5 namespace Graphics {
6
7 typedef void *DisplayHandle;
8 typedef std::string MonitorHandle;
9
10 } // namespace Graphics
11 } // namespace Msp
12
13 #endif