diff options
Diffstat (limited to 'fxjs/fxjse.h')
-rw-r--r-- | fxjs/fxjse.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fxjs/fxjse.h b/fxjs/fxjse.h index 873fcf50d2..addd148117 100644 --- a/fxjs/fxjse.h +++ b/fxjs/fxjse.h @@ -65,6 +65,11 @@ struct FXJSE_CLASS_DESCRIPTOR { FXJSE_MethodCallback dynMethodCall; }; +extern const FXJSE_CLASS_DESCRIPTOR GlobalClassDescriptor; +extern const FXJSE_CLASS_DESCRIPTOR NormalClassDescriptor; +extern const FXJSE_CLASS_DESCRIPTOR VariablesClassDescriptor; +extern const FXJSE_CLASS_DESCRIPTOR kFormCalcFM2JSDescriptor; + void FXJSE_ThrowMessage(const ByteStringView& utf8Message); #endif // FXJS_FXJSE_H_ |