Saxum/main.hh

9 lines
122 B
C++
Raw Normal View History

#ifndef MAIN_HH_INCLUDED
#define MAIN_HH_INCLUDED
2014-10-20 15:31:26 +00:00
#include "application.hh"
2014-10-20 15:31:26 +00:00
2014-11-15 14:19:48 +00:00
Application app;
GLFWwindow* window;
#endif