49 virtual void tick(
float dt)
override;
50 virtual void changedOwner()
override;
52 void setFlagCount(
int flagCount);
Declaration of the Tickable interface.
int flagCount_
Definition: FlagHUD.h:57
Hover * hoverGame_
Definition: FlagHUD.h:55
#define _HoverExport
Definition: HoverPrereqs.h:60
Ogre::PanelOverlayElement * panel_
Definition: FlagHUD.h:56
Shared library macros, enums, constants and forward declarations for the Hover module ...
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Base class to display content directly onto the screen.
Definition: OrxonoxOverlay.h:72
Declaration of the OrxonoxOverlay class.
The Tickable interface provides a tick(dt) function, that gets called every frame.
Definition: Tickable.h:52