Changeset 8729 for code/trunk/src/modules/notifications
- Timestamp:
- Jul 4, 2011, 2:47:44 AM (13 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
-
code/trunk/src/modules/notifications/NotificationQueueCEGUI.cc
r8706 r8729 43 43 #include "util/Convert.h" 44 44 45 #include "ToluaBindNotifications.h"46 47 45 namespace orxonox 48 46 { 49 47 50 48 CreateFactory(NotificationQueueCEGUI); 51 52 // Register tolua_open function when loading the library.53 DeclareToluaInterface(Notifications);54 49 55 50 /*static*/ const std::string NotificationQueueCEGUI::NOTIFICATION_LAYER("NotificationLayer");
Note: See TracChangeset
for help on using the changeset viewer.