mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 00:49:19 +02: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 <vector>
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
|
#include "parser.h"
|
||||||
|
|
||||||
class gamepad_input {
|
class gamepad_input {
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ http://mozilla.org/MPL/2.0/.
|
|||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "openglgeometrybank.h"
|
#include "openglgeometrybank.h"
|
||||||
|
#include "openglcolor.h"
|
||||||
|
|
||||||
#include "Logs.h"
|
#include "Logs.h"
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ http://mozilla.org/MPL/2.0/.
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
|
||||||
#include "opengllight.h"
|
#include "opengllight.h"
|
||||||
|
#include "utilities.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
opengl_light::apply_intensity( float const Factor ) {
|
opengl_light::apply_intensity( float const Factor ) {
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ http://mozilla.org/MPL/2.0/.
|
|||||||
#include "Logs.h"
|
#include "Logs.h"
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
#include "openglgeometrybank.h"
|
#include "openglgeometrybank.h"
|
||||||
|
#include "openglcolor.h"
|
||||||
|
|
||||||
int const EU07_PICKBUFFERSIZE { 1024 }; // size of (square) textures bound with the pick framebuffer
|
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
|
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"
|
#include "imgui/imgui.h"
|
||||||
#define ImVec2S(a, b) ImVec2(a * Global.ui_scale, b * Global.ui_scale)
|
#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
|
#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 <vector>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include "parser.h"
|
#include "parser.h"
|
||||||
#include "dumb3d.h"
|
|
||||||
|
|
||||||
/*rozne takie duperele do operacji na stringach w paszczalu, pewnie w delfi sa lepsze*/
|
/*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*/
|
/*konwersja zmiennych na stringi, funkcje matematyczne, logiczne, lancuchowe, I/O etc*/
|
||||||
|
|||||||
Reference in New Issue
Block a user