diff options
author | celestar <celestar@openttd.org> | 2006-03-31 08:59:19 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2006-03-31 08:59:19 +0000 |
commit | 3f7eb666ba71af02cd94e862e1182f445e9025de (patch) | |
tree | 3727f85f2767737fb8f5414b2ed6b0fe2ee22a24 /unmovable.h | |
parent | c4a4bb2ffbb71a044f9200e47c242b2efc5bbca2 (diff) | |
download | openttd-3f7eb666ba71af02cd94e862e1182f445e9025de.tar.xz |
(svn r4194) -Codechange: Renamed UpdatePlayerHouse to UpdateCompanyHQ because the rest of the code calls it Comapany HQ. Moved it to unmovable_cmd.c because CompanyHQ is an unmovable and has nothing to do with economy.
Diffstat (limited to 'unmovable.h')
-rw-r--r-- | unmovable.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unmovable.h b/unmovable.h new file mode 100644 index 000000000..5cdc7eb88 --- /dev/null +++ b/unmovable.h @@ -0,0 +1,8 @@ +/* $Id */ + +#ifndef UNMOVABLE_H +#define UNMOVABLE_H + +void UpdateCompanyHQ(Player *p, uint score); + +#endif |