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

12 lines
214 B
C++

/**
* Copyright (c) 2025, Jayden Grubb <contact@jaydengrubb.com>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#pragma once
namespace Nova {
enum class WindowAPI { WAYLAND, WIN32, X11 };
} // namespace Nova