mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-11 07:47:36 +00:00
removed malloc/free proxy fwd declares
This commit is contained in:
parent
c13c2449bb
commit
aa7fc37b37
1 changed files with 0 additions and 4 deletions
4
imgui.h
4
imgui.h
|
@ -60,10 +60,6 @@ struct ImVec4
|
|||
// this implementation does NOT call c++ constructors! we don't need them! also only provide the minimum functionalities we need.
|
||||
#ifndef ImVector
|
||||
|
||||
// Forward declarations for Malloc/Free proxies
|
||||
void* ImGui_ProxyMalloc(size_t size);
|
||||
void ImGui_ProxyFree(void *ptr);
|
||||
|
||||
template<typename T>
|
||||
class ImVector
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue