Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/questsystem5/src/orxonox/objects/quest/CMakeLists.txt @ 2779

Last change on this file since 2779 was 2779, checked in by dafrick, 15 years ago

Updated questsystem to current trunk. Synchronized it with my local state of things. The Notifications are not yet working, though.

  • Property svn:eol-style set to native
File size: 353 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  AddQuest.cc
3  AddQuestHint.cc
4  AddReward.cc
5  ChangeQuestStatus.cc
6  CompleteQuest.cc
7  FailQuest.cc
8  GlobalQuest.cc
9  LocalQuest.cc
10  Quest.cc
11  QuestDescription.cc
12  QuestEffect.cc
13  QuestEffectBeacon.cc
14  QuestHint.cc
15  QuestItem.cc
16  QuestListener.cc
17  QuestManager.cc
18  QuestNotification.cc
19  Rewardable.cc
20)
Note: See TracBrowser for help on using the repository browser.