22 #ifndef TITANIC_MOVIE_MANAGER_H 23 #define TITANIC_MOVIE_MANAGER_H 25 #include "titanic/core/list.h" 26 #include "titanic/core/resource_key.h" 27 #include "titanic/sound/sound_manager.h" virtual CMovie * createMovie(const CResourceKey &key, CVideoSurface *surface)=0
Definition: resource_key.h:30
void setSoundManager(CSoundManager *soundManager)
Definition: movie_manager.h:59
Definition: movie_manager.h:44
Definition: movie_manager.h:34
Definition: sound_manager.h:42
Definition: video_surface.h:43