mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Ensmallen Date struct.
This commit is contained in:
@@ -26,8 +26,8 @@ Error :: enum {
|
||||
|
||||
Date :: struct {
|
||||
year: i64,
|
||||
month: i64,
|
||||
day: i64,
|
||||
month: i8,
|
||||
day: i8,
|
||||
}
|
||||
|
||||
Time :: struct {
|
||||
|
||||
Reference in New Issue
Block a user