| 3136 | } |
| 3137 | |
| 3138 | void SaveCurrentEditorStateToIniFile(const char* const file_name) |
| 3139 | { |
| 3140 | SaveEditorStateToIniFile(&EditorContextGet(), file_name); |
| 3141 | } |
| 3142 | |
| 3143 | void SaveEditorStateToIniFile(const ImNodesEditorContext* const editor, const char* const file_name) |
| 3144 | { |
no test coverage detected