16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 13:39:18 +02:00

remove openglcolor.h from stdafx.h

This commit is contained in:
milek7
2021-01-24 22:33:23 +01:00
parent 90a6b7c3b5
commit 3cb5a98b60
6 changed files with 6 additions and 4 deletions

View File

@@ -111,8 +111,7 @@ int const null_handle = 0;
#include "imgui/imgui.h"
#define ImVec2S(a, b) ImVec2(a * Global.ui_scale, b * Global.ui_scale)
#include "openglcolor.h"
#endif
#pragma warning( disable : 5033 ) // "register is no longer a supported storage class" but it's all over python headers
#endif