shithub: cstory

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