Files
nova-engine/engine/include/nova/platform/platform_structs.h

13 lines
210 B
C++

/**
* Copyright (c) 2025, Jayden Grubb <contact@jaydengrubb.com>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#pragma once
namespace Nova {
struct Window;
using WindowID = Window*;
} // namespace Nova