8 lines
135 B
C++
8 lines
135 B
C++
#pragma once
|
|
|
|
namespace example
|
|
{
|
|
void NodeEditorInitialize();
|
|
void NodeEditorShow();
|
|
void NodeEditorShutdown();
|
|
} // namespace example
|