34 #ifndef _ShroomHUD_H__ 35 #define _ShroomHUD_H__ 51 virtual void tick(
float dt)
override;
52 virtual void changedOwner()
override;
54 void setShroomCount(
int shroomCount);
Declaration of the Tickable interface.
Definition: ShroomHUD.h:45
OrxoKart * orxoKartGame_
Definition: ShroomHUD.h:57
int shroomCount_
Definition: ShroomHUD.h:59
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Ogre::PanelOverlayElement * panel_
Definition: ShroomHUD.h:58
Definition: OrxoKart.h:47
#define _OrxoKartExport
Definition: OrxoKartPrereqs.h:60
Base class to display content directly onto the screen.
Definition: OrxonoxOverlay.h:72
Declaration of the OrxonoxOverlay class.
Shared library macros, enums, constants and forward declarations for the OrxoKart module ...
The Tickable interface provides a tick(dt) function, that gets called every frame.
Definition: Tickable.h:52