remove .cal files
no initial days needed
This commit is contained in:
parent
b0a6e61917
commit
e46ae17b75
BIN
calendar.wcl
BIN
calendar.wcl
Binary file not shown.
@ -13,11 +13,11 @@ extern bool should_exit;
|
||||
extern bool show_demo_window;
|
||||
|
||||
//standard year
|
||||
static int year = 2025;
|
||||
static int year;
|
||||
|
||||
static int current_year = 2025;
|
||||
static int current_month = 1;
|
||||
static int current_day = 1;
|
||||
static int current_year;
|
||||
static int current_month;
|
||||
static int current_day;
|
||||
|
||||
//fonts
|
||||
static ImFont *inter_regular;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user