Saxum/main.hh
2014-12-01 12:41:19 +01:00

13 lines
231 B
C++

#ifndef MAIN_HH_INCLUDED
#define MAIN_HH_INCLUDED
#include <ACGL/OpenGL/GL.hh>
#include <ACGL/Math/Math.hh>
#include <GLFW/glfw3.h>
#include <ACGL/OpenGL/Objects/ArrayBuffer.hh>
#include "application.hh"
Application app;
#endif