src/unmovable.h
author truelight
Sun, 21 Jan 2007 14:15:38 +0000
changeset 5754 086187883012
parent 5475 2e6990a8c7c4
child 6423 8e10e79e0fd1
permissions -rw-r--r--
(svn r8305) -Codechange: defining 'static const' in a header is a bit weird.
Above that, wince-gcc gave "unused variable" on every file which included airport.h... pretty annoying ;)
/* $Id$ */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */