(svn r20326) -Codechange: move UnmovableType to its own file

This commit is contained in:
rubidium
2010-08-02 21:35:59 +00:00
parent 5ae4e27446
commit 55129f1fbb
9 changed files with 44 additions and 12 deletions

View File

@@ -14,6 +14,7 @@
#include "economy_func.h"
#include "strings_type.h"
#include "unmovable_type.h"
void UpdateCompanyHQ(Company *c, uint score);
@@ -40,7 +41,7 @@ struct UnmovableSpec {
* @param index The unmovable type to fetch.
* @return The specification.
*/
static const UnmovableSpec *Get(int index);
static const UnmovableSpec *Get(UnmovableType index);
/**
* Get the specification associated with a tile.