(svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
/**
|
||||
* The callback function when a script suspends.
|
||||
*/
|
||||
typedef void (Script_SuspendCallbackProc)(class AIInstance *instance);
|
||||
typedef void (Script_SuspendCallbackProc)(class ScriptInstance *instance);
|
||||
|
||||
/**
|
||||
* A throw-class that is given when the script wants to suspend.
|
||||
|
Reference in New Issue
Block a user