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