disambiguate exports (rename 'export.h' to 'glfw-export.h' because now we are beginning to add RGFW as a back-end with its own separate exports)

This commit is contained in:
2026-01-23 13:10:34 +00:00
parent e18032dcc8
commit a8f69bec06
4 changed files with 17 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
#include "export.h"
#include "glfw-export.h"
#include "glad.h"
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>