summaryrefslogtreecommitdiff
path: root/src/newgrf_class.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-04-22 16:28:19 +0000
committerfrosch <frosch@openttd.org>2012-04-22 16:28:19 +0000
commitc841a78f69370c2bf806cbe6c89b58ed8efc0bac (patch)
tree501e95f7bb5aabfc5fec171feeda7052a35a2751 /src/newgrf_class.h
parent0f0e7e43cf09c0ff82e4119b08956670160aaa58 (diff)
downloadopenttd-c841a78f69370c2bf806cbe6c89b58ed8efc0bac.tar.xz
(svn r24167) -Codechange: Rename NewGRFClass::GetCount() to NewGRFClass::GetClassCount()
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);
};