2025-11-11 15:09:35 +08:00

8 lines
135 B
C++

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