Files @ r9250:54df676211ea
Branch filter:

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

rubidium
(svn r13116) -Codechange: make a window class of the statusbar window.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */