(svn r24167) -Codechange: Rename NewGRFClass::GetCount() to NewGRFClass::GetClassCount()

This commit is contained in:
frosch
2012-04-22 16:28:19 +00:00
parent 0f0e7e43cf
commit c841a78f69
7 changed files with 20 additions and 20 deletions

View File

@@ -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);
};