// AUTOGENERATED COPYRIGHT HEADER START // Copyright (C) 2021-2023 Michael Fabian 'Xaymar' Dirks // AUTOGENERATED COPYRIGHT HEADER END #include "warning-disable.hpp" #include #include "warning-enable.hpp" namespace streamfx::gfx { class opengl { public /* Singleton */: static std::shared_ptr get(); private: opengl(); public: ~opengl(); }; } // namespace streamfx::gfx