Files @ r4261:8c2d0c75e37a
Branch filter:

Location: cpp/openttd-patchpack/source/unmovable.h

rubidium
(svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
-Cleanup: fix whitespace related coding style issues in date.[ch]
-Cleanup: make original comments doxygen compatible and remove/change outdated comments
1
2
3
4
5
6
7
8
/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif