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

removed dependencies on the old parser. The code can now be compiled outside of Borland C++

This commit is contained in:
tmj-fstate
2017-01-15 15:04:17 +01:00
parent 7df7c8b76e
commit 15cf3d73a8
87 changed files with 3395 additions and 3232 deletions

View File

@@ -8,14 +8,10 @@
========================================================================================*/
#include <windows.h>
#include <gl/gl.h>
#include <gl/glu.h>
#include "wglext.h" //WGL extensions
#include "glext.h" //GL extensions
#include "stdafx.h"
#include "arb_multisample.h"
#include "glew.h"
#include "wglew.h"
// Declairations We'll Use
#define WGL_SAMPLE_BUFFERS_ARB 0x2041