source:
code/trunk/src/modules/overlays/hud/HUDPickupItem.h
@
11702
Last change on this file since 11702 was 11702, checked in by landauf, 8 years ago | |
---|---|
File size: 534 bytes |
Rev | Line | |
---|---|---|
[11264] | 1 | |
2 | #ifndef _HUDPickupItem_H__ | |
3 | #define _HUDPickupItem_H__ | |
4 | ||
5 | #include "overlays/OverlaysPrereqs.h" | |
6 | ||
[11702] | 7 | #include "util/OgreForwardRefs.h" |
[11264] | 8 | #include "overlays/OrxonoxOverlay.h" |
9 | ||
10 | namespace orxonox | |
11 | { | |
[11702] | 12 | class _OverlaysExport HUDPickupItem : public OrxonoxOverlay |
[11264] | 13 | { |
14 | public: | |
15 | HUDPickupItem(Context* context); | |
16 | virtual ~HUDPickupItem(); | |
[11336] | 17 | |
[11314] | 18 | void initializeMaterial(const std::string& s, float x, float y); |
[11702] | 19 | void hideMe(); |
[11264] | 20 | |
[11702] | 21 | private: |
22 | Ogre::PanelOverlayElement* overlayElement_; | |
[11264] | 23 | }; |
24 | } | |
25 | ||
[11702] | 26 | #endif |
Note: See TracBrowser
for help on using the repository browser.