shithub: cstory

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