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