unmovable.h
author bjarni
Thu, 28 Sep 2006 18:13:31 +0000
changeset 4665 d58f13102cc3
parent 4612 b7c32271ff0e
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6559) -Codechange: [vehicle list windows] moved creation and drawing code into two new functions to make it easier to see what goes on where
/* $Id$ */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif