mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-15 17:23:13 +02:00
ImVector<> cannot be re-defined (#262)
This commit is contained in:
@ -6,11 +6,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
//---- Define your own ImVector<> type if you don't want to use the provided implementation defined in imgui.h
|
||||
//#include <vector>
|
||||
//#define ImVector std::vector
|
||||
//#define ImVector MyVector
|
||||
|
||||
//---- Define assertion handler. Defaults to calling assert().
|
||||
//#define IM_ASSERT(_EXPR) MyAssert(_EXPR)
|
||||
|
||||
|
Reference in New Issue
Block a user