Files
ox/src/nostalgia/core/gba/gfx.hpp
T

12 lines
223 B
C++

/*
* 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;
}