ref: 1df1248e2ed1da19d45c20b0d2f7c4a85bb44850 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);