Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/libraries/src/orxonox/overlays/notifications/CMakeLists.txt @ 5619

Last change on this file since 5619 was 5619, checked in by landauf, 15 years ago

Moved Notification and NotificationManger from overlays to the quest objects (NotificationOverlay and NotificationQueue remain with the other overlays).

Added a new interface NotificationListener. The NotificationManager sends notifications to all listeners. NotificationQueue is such a listener (through inheritance). This removes another dependency between orxonox and overlays.

  • Property svn:eol-style set to native
File size: 85 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  NotificationOverlay.cc
3  NotificationQueue.cc
4)
Note: See TracBrowser for help on using the repository browser.