7 lines
92 B
C++
7 lines
92 B
C++
#pragma once
|
|
|
|
#include "application.hh"
|
|
|
|
extern Application app;
|
|
extern GLFWwindow* window;
|