13 lines
231 B
C++
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
|