OpenClonk
C4UpperBoard.h
Go to the documentation of this file.
1 /*
2  * OpenClonk, http://www.openclonk.org
3  *
4  * Copyright (c) 2001-2009, RedWolf Design GmbH, http://www.clonk.de/
5  * Copyright (c) 2013-2016, The OpenClonk Team and contributors
6  *
7  * Distributed under the terms of the ISC license; see accompanying file
8  * "COPYING" for details.
9  *
10  * "Clonk" is a registered trademark of Matthes Bender, used with permission.
11  * See accompanying file "TRADEMARK" for details.
12  *
13  * To redistribute this file separately, substitute the full license texts
14  * for the above references.
15  */
16 #ifndef INC_C4UpperBoard
17 #define INC_C4UpperBoard
18 
19 #include "graphics/C4Facet.h"
20 
22 {
23  friend class C4GraphicsSystem;
24 public:
27  void Init(C4Facet &cgo);
28  void Execute();
29 protected:
30  void Draw(C4Facet &cgo);
32  char cTimeString[64];
33  char cTimeString2[64];
34  int TextWidth;
36 };
37 
38 #endif
void Draw(C4Facet &cgo)
char cTimeString[64]
Definition: C4UpperBoard.h:32
void Init(C4Facet &cgo)
C4Facet Output
Definition: C4UpperBoard.h:31
char cTimeString2[64]
Definition: C4UpperBoard.h:33