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

@@ -18,6 +18,6 @@ struct SPLASHPACKTextureAtlas {
uint16_t x,y;
};
eastl::vector<GameObject> LoadSplashpack(const uint8_t *data);
eastl::vector<GameObject*> LoadSplashpack(uint8_t *data);
}; // namespace psxsplash