#pragma once

/*
	ApplicationFramework
	by John Ryland
	Copyright (c) 2023
*/

////////////////////////////////////////////////////////////////////////////////////
//	Window Interface

namespace ApplicationFramework {

// Forward declared but implementated in the details per window system implementations
class IWindow;

} // ApplicationFramework namespace
