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 e1edefae6..df7734819 100644
--- a/src/newgrf_class.h
+++ b/src/newgrf_class.h
@@ -39,6 +39,8 @@ public:
uint32 global_id; ///< Global ID for class, e.g. 'DFLT', 'WAYP', etc.
StringID name; ///< Name of this class.
+ void Insert(Tspec *spec);
+
static void Reset();
static Tid Allocate(uint32 global_id);
static void Assign(Tspec *spec);