Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 14, 2010, 11:56:56 PM (14 years ago)
Author:
dafrick
Message:

Moving notifications to own module.

Location:
code/trunk/src/modules/notifications
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/notifications/NotificationManager.h

    r7163 r7164  
    3535#define _NotificationManager_H__
    3636
    37 #include "questsystem/QuestsystemPrereqs.h"
     37#include "notifications/NotificationsPrereqs.h"
    3838
    3939#include <ctime>
     
    5353        Damian 'Mozork' Frick
    5454    */
    55     class _QuestsystemExport NotificationManager : public Singleton<NotificationManager>, public OrxonoxClass
     55    class _NotificationsExport NotificationManager : public Singleton<NotificationManager>, public OrxonoxClass
    5656    {
    5757            friend class Singleton<NotificationManager>;
Note: See TracChangeset for help on using the changeset viewer.