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