Files @ r10712:3ee31720391b
Branch filter:

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

truebrain
(svn r15044) -Add [NoAI]: AIConfig::GetVersion(), to get the version of the current AI
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */