mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 06:55:02 +01:00
remove openglcolor.h from stdafx.h
This commit is contained in:
@@ -11,6 +11,7 @@ http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#include <vector>
|
||||
#include "command.h"
|
||||
#include "parser.h"
|
||||
|
||||
class gamepad_input {
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openglgeometrybank.h"
|
||||
#include "openglcolor.h"
|
||||
|
||||
#include "Logs.h"
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ http://mozilla.org/MPL/2.0/.
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "opengllight.h"
|
||||
#include "utilities.h"
|
||||
|
||||
void
|
||||
opengl_light::apply_intensity( float const Factor ) {
|
||||
|
||||
@@ -24,6 +24,7 @@ http://mozilla.org/MPL/2.0/.
|
||||
#include "Logs.h"
|
||||
#include "utilities.h"
|
||||
#include "openglgeometrybank.h"
|
||||
#include "openglcolor.h"
|
||||
|
||||
int const EU07_PICKBUFFERSIZE { 1024 }; // size of (square) textures bound with the pick framebuffer
|
||||
int const EU07_ENVIRONMENTBUFFERSIZE { 256 }; // size of (square) environmental cube map texture
|
||||
|
||||
5
stdafx.h
5
stdafx.h
@@ -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
|
||||
|
||||
@@ -17,7 +17,6 @@ http://mozilla.org/MPL/2.0/.
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
#include "parser.h"
|
||||
#include "dumb3d.h"
|
||||
|
||||
/*rozne takie duperele do operacji na stringach w paszczalu, pewnie w delfi sa lepsze*/
|
||||
/*konwersja zmiennych na stringi, funkcje matematyczne, logiczne, lancuchowe, I/O etc*/
|
||||
|
||||
Reference in New Issue
Block a user