9 lines
122 B
C++
9 lines
122 B
C++
#ifndef MAIN_HH_INCLUDED
|
|
#define MAIN_HH_INCLUDED
|
|
|
|
#include "application.hh"
|
|
|
|
Application app;
|
|
GLFWwindow* window;
|
|
#endif
|