22 #ifndef CRYOMNI3D_VERSAILLES_DIALOGS_MANAGER_H 23 #define CRYOMNI3D_VERSAILLES_DIALOGS_MANAGER_H 25 #include "common/hashmap.h" 26 #include "common/hash-str.h" 27 #include "graphics/managed_surface.h" 29 #include "cryomni3d/dialogs_manager.h" 30 #include "cryomni3d/font_manager.h" 33 namespace Versailles {
35 class CryOmni3DEngine_Versailles;
36 typedef void (CryOmni3DEngine_Versailles::*ShowCallback)();
45 void registerShowCallback(
const Common::String &showName, ShowCallback callback) { _shows[showName] = callback; }
58 bool _padAudioFileName;
Definition: managed_surface.h:51
Definition: dialogs_manager.h:38
Definition: cryomni3d.h:62
Definition: dialogs_manager.h:37
Definition: dialogs_manager.h:35