summaryrefslogtreecommitdiff
path: root/editor/editor-io.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor-io.hpp')
-rw-r--r--editor/editor-io.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/editor-io.hpp b/editor/editor-io.hpp
index 07e9354..171b67c 100644
--- a/editor/editor-io.hpp
+++ b/editor/editor-io.hpp
@@ -1,8 +1,10 @@
#ifndef PKE_EDITOR_EDITOR_IO_HPP
#define PKE_EDITOR_EDITOR_IO_HPP
+#include "level-types.hpp"
+
void pke_editor_scene_save(const char *file_path);
-void pke_editor_scene_load(const char *file_path);
+void pke_editor_scene_load(pke_level *level, const char *file_path);
void pke_editor_project_save(const char *file_path);
void pke_editor_project_load(const char *file_path);