summaryrefslogtreecommitdiff
path: root/src/fileio_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio_type.h')
-rw-r--r--src/fileio_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio_type.h b/src/fileio_type.h
index 390b28f24..3aee5a0e7 100644
--- a/src/fileio_type.h
+++ b/src/fileio_type.h
@@ -20,6 +20,8 @@ enum AbstractFileType {
FT_SAVEGAME, ///< old or new savegame
FT_SCENARIO, ///< old or new scenario
FT_HEIGHTMAP, ///< heightmap file
+
+ FT_INVALID = 7, ///< Invalid or unknown file type.
};
/** Elements of a file system that are recognized. */