- Timestamp:
- Aug 14, 2010, 11:56:56 PM (14 years ago)
- Location:
- code/trunk/src/modules/notifications
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/NotificationOverlay.h
r7163 r7164 36 36 #define _NotificationOverlay_H__ 37 37 38 #include " questsystem/QuestsystemPrereqs.h"38 #include "notifications/NotificationsPrereqs.h" 39 39 40 40 #include <string> … … 46 46 /** 47 47 @brief 48 The NotificationOverlay is used to display single Notifications, then bundled in a NotificationQ Ueue.48 The NotificationOverlay is used to display single Notifications, then bundled in a NotificationQueue. 49 49 @author 50 50 Damian 'Mozork' Frick 51 51 */ 52 class _ QuestsystemExport NotificationOverlay : public OverlayText52 class _NotificationsExport NotificationOverlay : public OverlayText 53 53 { 54 54
Note: See TracChangeset
for help on using the changeset viewer.