SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other resource manager' that it should be renamed to GraphicsManager or so

svn-id: r38592
This commit is contained in:
Max Horn 2009-02-20 15:24:22 +00:00
parent c3ffac5e62
commit a2aba2f18e
20 changed files with 99 additions and 92 deletions

View file

@ -430,7 +430,7 @@ _sfx_timer_callback(void *data) {
}
void
sfx_init(sfx_state_t *self, resource_mgr_t *resmgr, int flags) {
sfx_init(sfx_state_t *self, ResourceManager *resmgr, int flags) {
callbackMutex = new Common::Mutex();
song_lib_init(&self->songlib);
self->song = NULL;