mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 17:02:37 +01:00
(svn r23370) -Add: support @api tag in API header files, to select which API should receive the defined classes and functions
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
/**
|
||||
* Class that handles all engine related functions.
|
||||
* @api ai
|
||||
*/
|
||||
class ScriptEngine : public ScriptObject {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user