unmovable.h
author celestar
Wed, 05 Apr 2006 18:46:21 +0000
changeset 3454 8dfe8de79c02
parent 3386 6d088afdabf4
child 4612 b7c32271ff0e
permissions -rw-r--r--
(svn r4289) -Codechange: Make use of water_map accessors for ships. Make a mental note to clean ship_cmd
/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif