Changeset 2282 for code/branches/questsystem3/src
- Timestamp:
- Nov 26, 2008, 5:56:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.h
r2280 r2282 33 33 34 34 #include "orxonox/overlays/OverlayText.h" 35 #include "orxonox/objects/Tickable.h" 35 36 36 37 #include <string> … … 44 45 Damian 'Mozork' Frick 45 46 */ 46 class _OrxonoxExport NotificationQueue : public OverlayText 47 class _OrxonoxExport NotificationQueue : public OverlayText, public Tickable 47 48 { 48 49 public:
Note: See TracChangeset
for help on using the changeset viewer.