src/unmovable.h
author bjarni
Mon, 22 Jan 2007 01:35:53 +0000
changeset 5785 5205f8b7fef5
parent 5475 2e6990a8c7c4
child 6423 8e10e79e0fd1
permissions -rw-r--r--
(svn r8337) -Cleanup: removed some more switch-cases in build_vehicle_gui.cpp and added arrays + VehTypeToIndex() instead
/* $Id$ */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */