Saxum/main.hh

9 lines
122 B
C++

#ifndef MAIN_HH_INCLUDED
#define MAIN_HH_INCLUDED
#include "application.hh"
Application app;
GLFWwindow* window;
#endif