shithub: cstory

ref: 90d57b7d1bdfdefe9bcaa6b1e3820da05477f7d0
dir: /src/Escape.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

enum enum_ESCRETURN
{
	enum_ESCRETURN_exit,
	enum_ESCRETURN_continue,
	enum_ESCRETURN_restart
};

int Call_Escape(HWND hWnd);