ref: e4394aea1f1d5f0e8aebc02b4dd1362136cb84d7 dir: /src/Escape.h/
#pragma once enum enum_ESCRETURN { enum_ESCRETURN_exit, enum_ESCRETURN_continue, enum_ESCRETURN_restart }; int Call_Escape(void);