2014-11-14 15:47:47 +00:00
|
|
|
#ifndef MAIN_HH_INCLUDED
|
|
|
|
#define MAIN_HH_INCLUDED
|
2014-10-20 15:31:26 +00:00
|
|
|
|
2014-12-01 11:41:19 +00:00
|
|
|
#include "application.hh"
|
2014-10-20 15:31:26 +00:00
|
|
|
|
2014-11-15 14:19:48 +00:00
|
|
|
Application app;
|
2015-01-25 22:29:37 +00:00
|
|
|
GLFWwindow* window;
|
2014-11-14 15:47:47 +00:00
|
|
|
#endif
|