ref: 10af7b95f22e006a42fce6734294f59b41ad1db4 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);