ref: d8d08bf553bdfb4e2358a17ba3f3407cda0e5ee6 dir: /src/Escape.h/
#pragma once #include "WindowsWrapper.h" enum enum_ESCRETURN { enum_ESCRETURN_exit, enum_ESCRETURN_continue, enum_ESCRETURN_restart }; int Call_Escape(HWND hWnd);