Browse Source

Update controls_test_suite.c

Ray 3 years ago
parent
commit
43209cf627
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/controls_test_suite/controls_test_suite.c

+ 2 - 0
examples/controls_test_suite/controls_test_suite.c

@@ -37,6 +37,8 @@
 #include "raylib.h"
 
 #define RAYGUI_IMPLEMENTATION
+//#define RAYGUI_CUSTOM_ICONS     // It requires providing gui_icons.h in the same directory
+//#include "gui_icons.h"          // External icons data provided, it can be generated with rGuiIcons tool
 #include "../../src/raygui.h"
 
 #include <string.h>             // Required for: strcpy()