Files @ r8854:b4bbf0180038
Branch filter:

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

smatz
(svn r12616) -Codechange: r12591 didn't work as expected for NDS, move one function back to cpp
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */