shithub: cstory

ref: b68eb076ca57e489d38ba0ed128a113176d3c1f7
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);