mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 01:19:19 +02:00
milek7's branch merge; model file serialization, 64bit compatibility
This commit is contained in:
3
stdafx.h
3
stdafx.h
@@ -18,12 +18,14 @@
|
||||
#endif // _DEBUG
|
||||
#endif
|
||||
// operating system
|
||||
#ifdef _WINDOWS
|
||||
#include "targetver.h"
|
||||
#define NOMINMAX
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#undef NOMINMAX
|
||||
#include <dbghelp.h>
|
||||
#endif
|
||||
// stl
|
||||
#include <cstdlib>
|
||||
#include <cassert>
|
||||
@@ -65,4 +67,5 @@
|
||||
#define GLFW_DLL
|
||||
#endif
|
||||
#define GLFW_INCLUDE_GLU
|
||||
//m7todo: jest tu bo nie chcia³o mi siê wpychaæ do wszystkich plików
|
||||
#include <GLFW/glfw3.h>
|
||||
Reference in New Issue
Block a user