]> git.tdb.fi Git - libs/gui.git/blob - graphics/windows/display_platform.h
Update .gitignore to include build products on Windows
[libs/gui.git] / 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 typedef int ModeHandle;
10
11 } // namespace Graphics
12 } // namespace Msp
13
14 #endif