shithub: cstory

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