Revert "created new Main class called 'newMain' with Jasper"
This reverts commit 454a004c8f
.
This commit is contained in:
parent
34b39dfff1
commit
6c329b1240
28
newMain.hh
28
newMain.hh
@ -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;
|
|
||||||
//
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
Loading…
Reference in New Issue
Block a user