diff options
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 |