Adding splashpack

This commit is contained in:
2025-03-22 08:43:24 +01:00
parent 0d46881d7f
commit 29cbd54254
9 changed files with 87 additions and 50 deletions

View File

@@ -1,9 +1,7 @@
#pragma once
#include "EASTL/array.h"
#include "psyqo/gte-registers.hh"
#include "psyqo/primitives/common.hh"
#include "texture.hh"
namespace psxsplash {
@@ -16,9 +14,4 @@ class Tri final {
psyqo::Color colorA, colorB, colorC;
};
class Mesh final {
public:
Texture m_texture;
eastl::array<Tri> m_polygons;
};
} // namespace psxsplash