forked from mirror/OpenTTD
(svn r24167) -Codechange: Rename NewGRFClass::GetCount() to NewGRFClass::GetClassCount()
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user