| 3143 | } |
| 3144 | |
| 3145 | void LoadCurrentEditorStateFromIniFile(const char* const file_name) |
| 3146 | { |
| 3147 | LoadEditorStateFromIniFile(&EditorContextGet(), file_name); |
| 3148 | } |
| 3149 | |
| 3150 | void LoadEditorStateFromIniFile(ImNodesEditorContext* const editor, const char* const file_name) |
| 3151 | { |
nothing calls this directly
no test coverage detected