Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2009, 5:37:33 PM (15 years ago)
Author:
landauf
Message:

renamed QuestPrereqs.h as QuestsystemPrereqs.h and _QuestExport as _QuestsystemExport
fixed paths to QuestsystemPrereqs.h and other includes
compiles now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries2/src/modules/questsystem/notifications/NotificationManager.h

    r5693 r5722  
    3535#define _NotificationManager_H__
    3636
    37 #include "objects/quest/QuestPrereqs.h"
     37#include "questsystem/QuestsystemPrereqs.h"
    3838
    3939#include <ctime>
     
    5454        Damian 'Mozork' Frick
    5555    */
    56     class _QuestExport NotificationManager : public ScopedSingleton<NotificationManager, ScopeID::GSLevel>, public OrxonoxClass
     56    class _QuestsystemExport NotificationManager : public ScopedSingleton<NotificationManager, ScopeID::GSLevel>, public OrxonoxClass
    5757    {
    5858            friend class ScopedSingleton<NotificationManager, ScopeID::GSLevel>;
Note: See TracChangeset for help on using the changeset viewer.