Update controls_test_suite.c

This commit is contained in:
Ray 2021-12-21 23:26:30 +01:00
parent 70e30d447f
commit 43209cf627

View File

@ -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()