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/NotificationOverlay.h

    r7163 r7164  
    3636#define _NotificationOverlay_H__
    3737
    38 #include "questsystem/QuestsystemPrereqs.h"
     38#include "notifications/NotificationsPrereqs.h"
    3939
    4040#include <string>
     
    4646    /**
    4747    @brief
    48         The NotificationOverlay is used to display single Notifications, then bundled in a NotificationQUeue.
     48        The NotificationOverlay is used to display single Notifications, then bundled in a NotificationQueue.
    4949    @author
    5050        Damian 'Mozork' Frick
    5151    */
    52     class _QuestsystemExport NotificationOverlay : public OverlayText
     52    class _NotificationsExport NotificationOverlay : public OverlayText
    5353    {
    5454
Note: See TracChangeset for help on using the changeset viewer.