Saxum/main.hh

13 lines
231 B
C++
Raw Normal View History

#ifndef MAIN_HH_INCLUDED
#define MAIN_HH_INCLUDED
2014-10-20 15:31:26 +00:00
#include <ACGL/OpenGL/GL.hh>
#include <ACGL/Math/Math.hh>
2014-10-20 15:31:26 +00:00
#include <GLFW/glfw3.h>
#include <ACGL/OpenGL/Objects/ArrayBuffer.hh>
#include "application.hh"
2014-10-20 15:31:26 +00:00
2014-11-15 14:19:48 +00:00
Application app;
#endif