mirror of
https://github.com/m1ngsama/TUT.git
synced 2025-12-24 10:51:46 +00:00
Refactored the calendar functionality into a separate Calendar class. Created a TUI portal in main.cpp to allow for future feature expansion. The TUI portal provides a menu to select different features, with the calendar being the first one. Updated the build system to include the new files.
7 lines
127 B
Makefile
7 lines
127 B
Makefile
CMAKE_PROGRESS_1 = 1
|
|
CMAKE_PROGRESS_2 = 2
|
|
CMAKE_PROGRESS_3 = 3
|
|
CMAKE_PROGRESS_4 = 4
|
|
CMAKE_PROGRESS_5 = 5
|
|
CMAKE_PROGRESS_6 = 6
|
|
|