shithub: cstory

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