Revert "created new Main class called 'newMain' with Jasper"

This reverts commit 454a004c8f.
This commit is contained in:
Faerbit 2014-11-08 00:28:53 +01:00
parent 34b39dfff1
commit 6c329b1240

View File

@ -1,28 +0,0 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
//
// headers needed:
//
#include <ACGL/Math/Math.hh>
#include <ACGL/OpenGL/GL.hh>
#include <GLFW/glfw3.h>
#include <ACGL/OpenGL/Objects/ArrayBuffer.hh>
//
///////////////////////////////////////////////////////////////////////////////////////////////////
#include "physics.hh"
#include "graphics.hh"
#include "level.hh"
#include "ourShader.hh"
///////////////////////////////////////////////////////////////////////////////////////////////////
//
// implement the following functions:
//
// global variables exported by the generic main:
extern glm::uvec2 g_windowSize;
extern float g_nearPlane;
extern float g_farPlane;
//
///////////////////////////////////////////////////////////////////////////////////////////////////