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