shithub: cstory

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