Separate windows shell interaction into it's own file
This commit is contained in:
8
AsuroTool/WindowsShell.h
Normal file
8
AsuroTool/WindowsShell.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <ImguiBase.h>
|
||||
|
||||
void initShell(DrawData& drawData);
|
||||
|
||||
void cleanupShell(DrawData& drawData);
|
||||
|
||||
LRESULT trayIconEventHandler(int code, WPARAM wParam, LPARAM lParam);
|
||||
Reference in New Issue
Block a user