mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-22 03:42:41 +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:
@@ -16,6 +16,7 @@
|
||||
|
||||
/**
|
||||
* Base class for stations and waypoints.
|
||||
* @api ai
|
||||
*/
|
||||
class ScriptBaseStation : public ScriptObject {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user