- Timestamp:
- Aug 14, 2010, 11:56:56 PM (15 years ago)
- Location:
- code/trunk/src/modules/notifications
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/NotificationManager.h
r7163 r7164 35 35 #define _NotificationManager_H__ 36 36 37 #include " questsystem/QuestsystemPrereqs.h"37 #include "notifications/NotificationsPrereqs.h" 38 38 39 39 #include <ctime> … … 53 53 Damian 'Mozork' Frick 54 54 */ 55 class _ QuestsystemExport NotificationManager : public Singleton<NotificationManager>, public OrxonoxClass55 class _NotificationsExport NotificationManager : public Singleton<NotificationManager>, public OrxonoxClass 56 56 { 57 57 friend class Singleton<NotificationManager>;
Note: See TracChangeset
for help on using the changeset viewer.