New program icon. Created by Kirill Topov.

This commit is contained in:
2023-05-20 12:17:43 +03:00
parent 61b5f1d39c
commit 854a9a473b
5 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,9 @@
// wLogger v3.1 (Edited version from RBTray project [https://github.com/benbuck/rbtray])
// wCenterWindow
// logger.h
// wLogger v3.1 (Edited version from RBTray project [https://github.com/benbuck/rbtray])
//
// Usage: LOG_TO_FILE(L"%s(%d): Log message", TEXT(__FUNCTION__), __LINE__);
//
#pragma once
#include "framework.h"