| 3155 | } |
| 3156 | |
| 3157 | void LoadCurrentEditorStateFromIniFile(const char* const file_name) |
| 3158 | { |
| 3159 | LoadEditorStateFromIniFile(&EditorContextGet(), file_name); |
| 3160 | } |
| 3161 | |
| 3162 | void LoadEditorStateFromIniFile(ImNodesEditorContext* const editor, const char* const file_name) |
| 3163 | { |
no test coverage detected