-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move ConsoleHandler function to handler.cpp and clean up main.cpp
- Moved the 'consoleHandler' function from 'main.cpp' to 'handler.cpp' to improve modularity - Update 'handler.hpp' to include the declaration of the 'consoleHandler' function - The definition of the 'consoleHandler' function and the associated comments are removed from the 'main.cpp' file. These changes improve code organization by placing the 'consoleHandler' function alongside other related functions in 'handler.cpp'.
- Loading branch information
arkadiusz
committed
Jul 22, 2024
1 parent
804a121
commit 51adb6f
Showing
3 changed files
with
69 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters