summaryrefslogtreecommitdiffstats
path: root/libs/rs/spec.l
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/spec.l')
-rw-r--r--libs/rs/spec.l8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/rs/spec.l b/libs/rs/spec.l
index 62fcb63..d81d47e 100644
--- a/libs/rs/spec.l
+++ b/libs/rs/spec.l
@@ -47,6 +47,14 @@ ID [a-zA-Z_][a-zA-Z0-9_]*
apis[apiCount].sync = 1;
}
+<api_entry2>"handcodeApi" {
+ apis[apiCount].handcodeApi = 1;
+ }
+
+<api_entry2>"handcodePlay" {
+ apis[apiCount].handcodePlay = 1;
+ }
+
<api_entry2>"ret" {
currType = &apis[apiCount].ret;
typeNextState = api_entry2;