shithub: cstory

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