summaryrefslogtreecommitdiff
path: root/unmovable.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-03-31 08:59:19 +0000
committercelestar <celestar@openttd.org>2006-03-31 08:59:19 +0000
commit3f7eb666ba71af02cd94e862e1182f445e9025de (patch)
tree3727f85f2767737fb8f5414b2ed6b0fe2ee22a24 /unmovable.h
parentc4a4bb2ffbb71a044f9200e47c242b2efc5bbca2 (diff)
downloadopenttd-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.h8
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