shithub: cstory

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