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