unmovable.h
author Darkvater
Mon, 03 Apr 2006 18:12:42 +0000
changeset 3436 2d2a2e215ce2
parent 3386 6d088afdabf4
child 4612 b7c32271ff0e
permissions -rw-r--r--
(svn r4266) - Fix: compile warning on VS2005 (not all control paths return a value)
/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif