diff options
Diffstat (limited to 'core/os/time.h')
-rw-r--r-- | core/os/time.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/os/time.h b/core/os/time.h index 19bc900aee..ccd2d92b8b 100644 --- a/core/os/time.h +++ b/core/os/time.h @@ -81,4 +81,7 @@ public: virtual ~Time(); }; +VARIANT_ENUM_CAST(Month); +VARIANT_ENUM_CAST(Weekday); + #endif // TIME_H |