shithub: cstory

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