]> git.tdb.fi Git - libs/gl.git/blob - source/core/deviceinfo.cpp
Remove obsolete includes
[libs/gl.git] / source / core / deviceinfo.cpp
1 #include "deviceinfo.h"
2
3 namespace Msp {
4 namespace GL {
5
6 const DeviceInfo &DeviceInfo::get_global()
7 {
8         static DeviceInfo info;
9         return info;
10 }
11
12 } // namespace GL
13 } // namespace Msp