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

8 lines
135 B
C
Raw Normal View History

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