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:
parent
c3ffac5e62
commit
a2aba2f18e
20 changed files with 99 additions and 92 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue