summaryrefslogtreecommitdiff
path: root/src/script/api/script_controller.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_controller.hpp')
-rw-r--r--src/script/api/script_controller.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/script_controller.hpp b/src/script/api/script_controller.hpp
index a027c903f..ab8bf8893 100644
--- a/src/script/api/script_controller.hpp
+++ b/src/script/api/script_controller.hpp
@@ -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;