aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/sched.h
diff options
context:
space:
mode:
authorMax Horn2008-07-23 16:55:52 +0000
committerMax Horn2008-07-23 16:55:52 +0000
commit29a96430a06b415b9965f261785eb256224c8004 (patch)
treebac17aac75e66faff2cdb08fb268c10bdf01cb63 /engines/tinsel/sched.h
parent918e0fe4738ce3de0c069ec0fd423ae0daa524f0 (diff)
downloadscummvm-rg350-29a96430a06b415b9965f261785eb256224c8004.tar.gz
scummvm-rg350-29a96430a06b415b9965f261785eb256224c8004.tar.bz2
scummvm-rg350-29a96430a06b415b9965f261785eb256224c8004.zip
TINSEL: Renamed CoroutineInstall back to ProcessCreate; got rid of yet another typedef; more cleanup
svn-id: r33249
Diffstat (limited to 'engines/tinsel/sched.h')
-rw-r--r--engines/tinsel/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/sched.h b/engines/tinsel/sched.h
index 6b89a60891..51074b5c7d 100644
--- a/engines/tinsel/sched.h
+++ b/engines/tinsel/sched.h
@@ -69,7 +69,7 @@ void ProcessStats(void); // Shows the maximum number of process used at once
void Scheduler(void); // called to start process dispatching
-PROCESS *CoroutineInstall(int pid, CORO_ADDR coroAddr, const void *pParam, int sizeParam);
+PROCESS *ProcessCreate(int pid, CORO_ADDR coroAddr, const void *pParam, int sizeParam);
void ProcessKill( // kill a process
PROCESS *pKillProc); // which process to kill (must be different from current one)