shithub: cstory

ref: 01a444ff8cb2e55724ef54a42bfaf6f09aa4eb34
dir: /src/Escape.h/

View raw version
#pragma once

enum enum_ESCRETURN
{
	enum_ESCRETURN_exit,
	enum_ESCRETURN_continue,
	enum_ESCRETURN_restart
};

int Call_Escape(void);