mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-13 22:12:51 +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;
|
|
}; |