mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-15 06:52:52 +01:00
6 lines
101 B
C
6 lines
101 B
C
|
#include <GLFW/glfw3.h>
|
||
|
#include <module.h>
|
||
|
|
||
|
namespace core {
|
||
|
SDRPP_EXPORT GLFWwindow* window;
|
||
|
};
|