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