src/unmovable.h
author rubidium
Wed, 08 Aug 2007 14:18:05 +0000
changeset 7426 e8dd555767bd
parent 6423 8e10e79e0fd1
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r10827) -Fix [FS#1112]: out of bounds access in corner case of list allocations of vehicles.
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */