Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/notifications/dispatchers/CMakeLists.txt @ 7193

Last change on this file since 7193 was 7193, checked in by dafrick, 14 years ago

Added NotificationDispatcher, class that can, upon being triggered, dispatch (send/display) a specified Notification.
Additionally a NotificationDispatcher called CommandNotification, that, upon being triggered, displays a Notification with a message and the name of the key that the command is mapped to. It is envisioned to be used in the, soon to be, tutorial level.
Also: Small bugfix in Notification.

File size: 68 bytes
Line 
1ADD_SOURCE_FILES(NOTIFICATIONS_SRC_FILES
2  CommandNotification.cc
3)
Note: See TracBrowser for help on using the repository browser.