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, 1 insertions, 1 deletions
diff --git a/src/newgrf_class.h b/src/newgrf_class.h
index 94360f459..0690c6a51 100644
--- a/src/newgrf_class.h
+++ b/src/newgrf_class.h
@@ -49,9 +49,9 @@ public:
static void Reset();
static Tid Allocate(uint32 global_id);
static void Assign(Tspec *spec);
+ static uint GetClassCount();
static NewGRFClass *Get(Tid cls_id);
- static uint GetCount();
static const Tspec *GetByGrf(uint32 grfid, byte local_id, int *index);
};