/* * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once #include "../context.hpp" namespace nostalgia::core { ox::Error initGfx(Context *ctx, const InitParams &) noexcept; }