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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fileio_type.h b/src/fileio_type.h
index 87cb2d1a8..fc50484f2 100644
--- a/src/fileio_type.h
+++ b/src/fileio_type.h
@@ -14,6 +14,14 @@
#include "core/enum_type.hpp"
+/** The different abstract types of files that the system knows about. */
+enum AbstractFileType {
+ FT_NONE, ///< nothing to do
+ FT_SAVEGAME, ///< old or new savegame
+ FT_SCENARIO, ///< old or new scenario
+ FT_HEIGHTMAP, ///< heightmap file
+};
+
/**
* The different kinds of subdirectories OpenTTD uses
*/