src/unmovable.h
author KUDr
Fri, 02 Mar 2007 21:21:41 +0000
branchcpp_gui
changeset 6273 d8a2c6844650
parent 5726 8f399788f6c9
child 6307 f40e88cff863
permissions -rw-r--r--
(svn r8981) [cpp_gui] -Add: simple CaptionBar Widget
- no CloseButton and StickyButton yet
- no moving capability yet
/* $Id$ */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */