summaryrefslogtreecommitdiff
path: root/src/project.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.hpp')
-rw-r--r--src/project.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/project.hpp b/src/project.hpp
index 9a5ed4b..54dff33 100644
--- a/src/project.hpp
+++ b/src/project.hpp
@@ -3,6 +3,8 @@
#include "project-settings.hpp"
+const char* const PKE_PROJ_DEFAULT_FILENAME = "project.pptf";
+
void PkeProject_Load(const char *filePath = nullptr);
void PkeProject_Save(const char *filePath = nullptr);