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

    r5693 r5722  
    3535#define _Notification_H__
    3636
    37 #include "objects/quest/QuestPrereqs.h"
     37#include "questsystem/QuestsystemPrereqs.h"
    3838
    3939#include <string>
     
    4949        Damian 'Mozork' Frick
    5050    */
    51     class _QuestExport Notification : public BaseObject
     51    class _QuestsystemExport Notification : public BaseObject
    5252    {
    5353        public:
Note: See TracChangeset for help on using the changeset viewer.