Files @ r10907:3616576a3216
Branch filter:

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

rubidium
(svn r15242) -Feature: allow moving clients between companies/spectators by the server and the clients themselves (dihedral)
/* $Id$ */

/** @file unmovable.h Functions related to unmovable objects. */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */