mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Renamed thread parameters
This commit is contained in:
parent
0f7691c722
commit
04a6012e5d
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@ public:
|
|||
ScriptThread *CreateThreadInternal(const ScriptVariable& label) override;
|
||||
ScriptThread *CreateScriptInternal(const ScriptVariable& label) override;
|
||||
|
||||
void AddThread(ScriptVM *m_ScriptVM);
|
||||
void AddThread(ScriptVM *thread);
|
||||
void KillThreads(void);
|
||||
void RemoveThread(ScriptVM *m_ScriptVM);
|
||||
void RemoveThread(ScriptVM *thread);
|
||||
|
||||
str Filename();
|
||||
unsigned char *FindLabel(str label);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue