summaryrefslogtreecommitdiff
path: root/src/project.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.hpp')
-rw-r--r--src/project.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/project.hpp b/src/project.hpp
new file mode 100644
index 0000000..9a5ed4b
--- /dev/null
+++ b/src/project.hpp
@@ -0,0 +1,9 @@
+#ifndef PKE_PROJECT_HPP
+#define PKE_PROJECT_HPP
+
+#include "project-settings.hpp"
+
+void PkeProject_Load(const char *filePath = nullptr);
+void PkeProject_Save(const char *filePath = nullptr);
+
+#endif /* PKE_PROJECT_HPP */