WARNING: BREAKING: Embedded ricons into raygui

- ADDED: `RAYGUI_SUPPORT_CUSTOM_RICONS` for external `ricons.h`
- RENAMED: Some defines for consistency and make them private
- Increased version to 3.0-dev
This commit is contained in:
Ray
2021-08-25 00:45:49 +02:00
parent 24e0dd6600
commit 873c6a95b3
3 changed files with 596 additions and 605 deletions

View File

@ -37,7 +37,7 @@
#include "raylib.h"
#define RAYGUI_IMPLEMENTATION
#define RAYGUI_SUPPORT_ICONS
#define RAYGUI_SUPPORT_RICONS
#include "../../src/raygui.h"
#undef RAYGUI_IMPLEMENTATION // Avoid including raygui implementation again