// // API.hpp // Clock Signal // // Created by Thomas Harte on 16/12/2025. // Copyright © 2025 Thomas Harte. All rights reserved. // #pragma once namespace Outputs::Display::OpenGL { enum class API { OpenGL32Core, OpenGLES3, }; }