Changeset 7164 for code/trunk/src/modules/questsystem
- Timestamp:
- Aug 14, 2010, 11:56:56 PM (14 years ago)
- Location:
- code/trunk/src/modules/questsystem
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/questsystem/CMakeLists.txt
r7163 r7164 19 19 ) 20 20 21 ADD_SUBDIRECTORY(notifications)22 23 21 ORXONOX_ADD_LIBRARY(questsystem 24 22 MODULE … … 33 31 LINK_LIBRARIES 34 32 orxonox 33 notifications 35 34 objects 36 overlays37 35 SOURCE_FILES ${QUESTSYSTEM_SRC_FILES} 38 36 ) -
code/trunk/src/modules/questsystem/QuestsystemPrereqs.h
r7163 r7164 82 82 class QuestManager; 83 83 class QuestNotification; 84 85 // notifications86 class Notification;87 class NotificationManager;88 class NotificationOverlay;89 class NotificationQueue;90 84 } 91 85
Note: See TracChangeset
for help on using the changeset viewer.