This commit is contained in:
Richard Smith 2024-10-14 19:41:34 +01:00
parent 7793b056a0
commit cbdba24ff2

View file

@ -201,7 +201,9 @@ def build_windows():
#include "rlgl.h"
#include "raymath.h"
""" +
"""#include "GLFW/glfw3.h""" if not USE_SDL2 else ""
"""
#include "GLFW/glfw3.h"
""" if not USE_SDL2 else ""
+ """
#define RAYGUI_IMPLEMENTATION
#define RAYGUI_SUPPORT_RICONS