1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 23:19:09 +00:00

(svn r27543) -Fix (r27379): ScriptExec/TestMode::FinalRelease is not part of the API.

This commit is contained in:
frosch
2016-04-17 17:10:07 +00:00
parent 7e59cf588d
commit 31bd5a09b6
2 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ public:
*/
~ScriptExecMode();
/**
* @api -all
*/
virtual void FinalRelease();
};

View File

@@ -49,6 +49,9 @@ public:
*/
~ScriptTestMode();
/**
* @api -all
*/
virtual void FinalRelease();
};