Newer
Older
GameEngine / src / Framework / IWindow.h
@John Ryland John Ryland on 22 Aug 358 bytes save WIP
#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