(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:
@@ -19,6 +19,7 @@
|
||||
* The Controller, the class each Script should extend. It creates the Script,
|
||||
* makes sure the logic kicks in correctly, and that GetTick() has a valid
|
||||
* value.
|
||||
* @api ai
|
||||
*/
|
||||
class ScriptController {
|
||||
friend class AIScanner;
|
||||
|
Reference in New Issue
Block a user