summaryrefslogtreecommitdiffstats
path: root/core/os/time.h
diff options
context:
space:
mode:
authorDanil Alexeev <danil@alexeev.xyz>2023-06-15 17:06:22 +0300
committerDanil Alexeev <danil@alexeev.xyz>2023-06-15 17:23:02 +0300
commiteb391d3302167157b02b007777dd552d0b4bcd70 (patch)
treebd26bf6312ca95a67ea5e0128b2356fc13056f6f /core/os/time.h
parent824820d73a7a709f61950e74ff72392ab3f8be60 (diff)
downloadredot-engine-eb391d3302167157b02b007777dd552d0b4bcd70.tar.gz
Display `BitField[Enum]` in docs to distinguish from `Enum`
Diffstat (limited to 'core/os/time.h')
-rw-r--r--core/os/time.h3
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