ImVector<> cannot be re-defined (#262)

This commit is contained in:
ocornut
2015-07-07 11:27:22 -06:00
parent b92396b46a
commit 02dbcf5405
2 changed files with 1 additions and 9 deletions

View File

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