src/unmovable.h
author rubidium
Mon, 09 Jul 2007 19:38:12 +0000
changeset 7215 7f90af37655d
parent 6423 8e10e79e0fd1
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r10493) -Codechange: update some callback ID enums to reflect their changed usage, add a few and update the comments.
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */