summaryrefslogtreecommitdiffstats
path: root/libs/rs/spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/spec.h')
-rw-r--r--libs/rs/spec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/spec.h b/libs/rs/spec.h
index ba802f7..82650a7 100644
--- a/libs/rs/spec.h
+++ b/libs/rs/spec.h
@@ -24,6 +24,8 @@ extern VarType *currType;
typedef struct {
char name[256];
int sync;
+ int handcodeApi;
+ int handcodePlay;
int paramCount;
VarType ret;
VarType params[16];