feat: Added tutorial system

This commit is contained in:
WerWolv
2023-12-13 11:24:25 +01:00
parent 1a8a9e53e1
commit 5bcfe37b4e
8 changed files with 499 additions and 11 deletions

View File

@@ -127,6 +127,8 @@ namespace ImGui
}
*/
#define IMGUI_ENABLE_TEST_ENGINE
// IMPLOT CONFIG
#define IMPLOT_CUSTOM_NUMERIC_TYPES (ImS8)(ImU8)(ImS16)(ImU16)(ImS32)(ImU32)(ImS64)(ImU64)(float)(double)(long double)