Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
glfw_include_none fixed namespace pollution
Browse files Browse the repository at this point in the history
  • Loading branch information
krisvers committed Feb 22, 2024
1 parent e58a549 commit 6b04a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kgfx_gh.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#include "kgfx/kgfx.h"

#define GLFW_NO_INCLUDES
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>

KGFXwindow kgfxWindowFromGLFW(GLFWwindow* window);

#endif
#endif

0 comments on commit 6b04a7e

Please sign in to comment.