summaryrefslogtreecommitdiff
path: root/src/newgrf_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_class.h')
-rw-r--r--src/newgrf_class.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_class.h b/src/newgrf_class.h
index a7b8099ad..e1edefae6 100644
--- a/src/newgrf_class.h
+++ b/src/newgrf_class.h
@@ -30,6 +30,8 @@ private:
*/
static NewGRFClass<Tspec, Tid, Tmax> classes[Tmax];
+ void ResetClass();
+
/** Initialise the defaults. */
static void InsertDefaults();