25 #ifndef GCU_DIALOG_OWNER_H
26 #define GCU_DIALOG_OWNER_H
68 bool AddDialog (std::string name,
Dialog *dialog) ;
69 void RemoveDialog (std::string name) {Dialogs.erase (name);}
72 std::map <std::string, Dialog*> Dialogs;
77 #endif // GCU_DIALOG_OWNER_H