mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 04:04:09 +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:
@@ -21,6 +21,7 @@ class ScriptListSorter;
|
||||
|
||||
/**
|
||||
* Class that creates a list which can keep item/value pairs, which you can walk.
|
||||
* @api ai
|
||||
*/
|
||||
class ScriptList : public ScriptObject {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user