- Timestamp:
- Oct 30, 2015, 7:51:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/modules/overlays/hud/HUDWeaponSystem.h
r10721 r10724 36 36 #include <string> 37 37 38 #include <OgreOverlayManager.h>39 #include <OgreMaterialManager.h>40 #include <OgreTechnique.h>41 #include <OgrePass.h>42 #include <OgrePanelOverlayElement.h>43 44 38 #include "overlays/OrxonoxOverlay.h" 45 #include "overlays/OverlayText.h"46 #include "tools/interfaces/Tickable.h"47 39 #include "worldentities/pawns/Pawn.h" 48 40 #include "overlays/OverlayGroup.h" … … 51 43 namespace orxonox 52 44 { 53 class _OverlaysExport HUDWeaponSystem : public OrxonoxOverlay , public Tickable45 class _OverlaysExport HUDWeaponSystem : public OrxonoxOverlay 54 46 { 55 47 public: … … 58 50 59 51 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 60 virtual void tick(float dt);61 52 virtual void changedOwner(); 62 53 virtual void changedOverlayGroup();
Note: See TracChangeset
for help on using the changeset viewer.