MCPcopy Create free account
hub / github.com/Jaysmito101/TerraForge3D / LoadCurrentEditorStateFromIniFile

Function LoadCurrentEditorStateFromIniFile

include/imnodes/imnodes.cpp:3145–3148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3143}
3144
3145void LoadCurrentEditorStateFromIniFile(const char* const file_name)
3146{
3147 LoadEditorStateFromIniFile(&EditorContextGet(), file_name);
3148}
3149
3150void LoadEditorStateFromIniFile(ImNodesEditorContext* const editor, const char* const file_name)
3151{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected