diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-08-28 14:39:45 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-08-28 17:08:40 +0200 |
| commit | 87038a31bfab54cc47ee1bc8ffd91a0f29b33a82 (patch) | |
| tree | be8f149a93b589673cf7dbab0e2d0a79e2f08322 /include/manager.h | |
| parent | 8418fa7c9c25675d892b8db458e186c16e5362e7 (diff) | |
Decompile manager36
Diffstat (limited to 'include/manager.h')
| -rw-r--r-- | include/manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/manager.h b/include/manager.h index 5facf6a0..f3a81b46 100644 --- a/include/manager.h +++ b/include/manager.h @@ -193,7 +193,7 @@ extern void Manager32_Main(Entity*); extern void Manager33_Main(Entity*); extern void Manager34_Main(Entity*); extern void Manager35_Main(Entity*); -extern void Manager36_Main(Entity*); +extern void Manager36_Main(Manager*); extern void Manager37_Main(Entity*); extern void Manager38_Main(Entity*); extern void Manager39_Main(); |
