try
This commit is contained in:
parent
7793b056a0
commit
cbdba24ff2
1 changed files with 3 additions and 1 deletions
|
@ -201,7 +201,9 @@ def build_windows():
|
||||||
#include "rlgl.h"
|
#include "rlgl.h"
|
||||||
#include "raymath.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_IMPLEMENTATION
|
||||||
#define RAYGUI_SUPPORT_RICONS
|
#define RAYGUI_SUPPORT_RICONS
|
||||||
|
|
Reference in a new issue