Changeset 7359
- Timestamp:
- Sep 5, 2010, 10:31:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/notifications/src/modules/notifications/NotificationManager.cc
r7354 r7359 52 52 53 53 //TODO: Make work. 54 //SetConsoleCommand("enterEditMode", &NotificationManager::enterEditMode).description("Enter the NotificationLayer edit mode.");54 SetConsoleCommand("enterEditMode", &NotificationManager::enterEditMode).description("Enter the NotificationLayer edit mode."); 55 55 56 56 /** … … 308 308 } 309 309 310 void NotificationManager::enterEditMode(void) 311 { 312 GUIManager::getInstance().getLuaState()->doString("NotificationLayer.enterEditMode()"); 313 } 314 310 315 }
Note: See TracChangeset
for help on using the changeset viewer.