This commit is contained in:
Бранимир Караџић 2022-02-08 11:56:39 -08:00
parent 4b04a8ced8
commit 86b027763a
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#pragma once
#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
#define IMGUI_DISABLE_OBSOLETE_KEYIO
#define IMGUI_DISABLE_DEFAULT_ALLOCATORS
//---- Define your own ImVector<> type if you don't want to use the provided implementation defined in imgui.h
//#include <vector>