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