AnimTestbed/3rdparty/imnodes/example/node_editor.h

8 lines
135 B
C++

#pragma once
namespace example
{
void NodeEditorInitialize();
void NodeEditorShow();
void NodeEditorShutdown();
} // namespace example