From a02c7589c6c9e902c59a632aa650635336fe648c Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 2 Apr 2025 20:46:41 -0400 Subject: pke: checkpoint: major serialization refactor --- editor/editor-io.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 editor/editor-io.hpp (limited to 'editor/editor-io.hpp') diff --git a/editor/editor-io.hpp b/editor/editor-io.hpp new file mode 100644 index 0000000..07e9354 --- /dev/null +++ b/editor/editor-io.hpp @@ -0,0 +1,10 @@ +#ifndef PKE_EDITOR_EDITOR_IO_HPP +#define PKE_EDITOR_EDITOR_IO_HPP + +void pke_editor_scene_save(const char *file_path); +void pke_editor_scene_load(const char *file_path); + +void pke_editor_project_save(const char *file_path); +void pke_editor_project_load(const char *file_path); + +#endif /* PKE_EDITOR_EDITOR_IO_HPP */ -- cgit v1.2.3