- Timestamp:
- Nov 26, 2008, 5:58:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.cc
r2281 r2283 32 32 #include "core/CoreIncludes.h" 33 33 #include "core/XMLPort.h" 34 #include "core/Super.h"35 34 36 35 #include "NotificationManager.h" … … 71 70 { 72 71 NotificationManager::tick(dt); 73 74 SUPER(NotificationQueue, tick, dt);75 72 } 76 73
Note: See TracChangeset
for help on using the changeset viewer.