2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 12:57:01 +00:00

Compile fixes & cleanup

This commit is contained in:
2022-03-12 13:59:30 -05:00
parent 63041d5b70
commit 3be470b7b8
4 changed files with 4 additions and 6 deletions

View File

@@ -3,6 +3,8 @@
#include "Graphics/GX.hpp"
#include "RetroTypes.hpp"
#include <compare>
namespace metaforce {
enum class ERglTevStage : std::underlying_type_t<GX::TevStageID> {
Stage0 = GX::TEVSTAGE0,