소스 검색

Update controls_test_suite.c

Ray 3 년 전
부모
커밋
43209cf627
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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()