summaryrefslogtreecommitdiffstats
path: root/src/object/level/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/level/parser.h')
-rw-r--r--src/object/level/parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object/level/parser.h b/src/object/level/parser.h
index 7e87e2d..ca2bf6f 100644
--- a/src/object/level/parser.h
+++ b/src/object/level/parser.h
@@ -46,6 +46,8 @@ public:
//! Build level filename
static std::string BuildSceneName(std::string category, int chapter, int rank, bool sceneFile = true);
+ //! Check if level file exists
+ bool Exists();
//! Load file
void Load();
//! Save file