src/unmovable.h
author peter1138
Thu, 12 Jun 2008 09:25:04 +0000
changeset 9502 8c67bbeb7efd
parent 9111 48ce04029fe4
child 10207 c291a21b304e
permissions -rw-r--r--
(svn r13482) -Codechange: Use "extended bytes" in Actions 3 and 4 for vehicles
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */