Added TODOs.

This commit is contained in:
2024-01-23 14:43:55 +03:00
parent b5ade2a064
commit dfbf103b2e

View File

@@ -23,8 +23,12 @@
// wCenterWindow // wCenterWindow
// wCenterWindow.cpp // wCenterWindow.cpp
// TODO: Change the formatting of source files.
// TODO: Add the name of app's icon author to the About dialog.
// TODO: Move the InitCommonControlsEx() function to the WinMain().
// TODO: Split main cpp-file to separate files. // TODO: Split main cpp-file to separate files.
// TODO: Change keyboard low-level hook to RegisterHotKey function. // TODO: Make the automatic updater (download, unzip and replace executable).
// TODO: Change keyboard low-level hook to RegisterHotKey function. (Is it really needed?)
#include "framework.h" #include "framework.h"
#include "wCenterWindow.h" #include "wCenterWindow.h"