misc cleanup

This commit is contained in:
Wolf3s
2023-06-04 09:36:57 -03:00
parent e63ae14792
commit 699e5f0ff5
5 changed files with 12 additions and 12 deletions
@@ -24,13 +24,14 @@ class TextureBuilderData {
std::string name;
int width, height;
unsigned char* data;
u8* data;
TextureBpp bpp;
unsigned char gsComponents;
u8 gsComponents;
int clutWidth, clutHeight;
unsigned char* clut;
u8* clut;
TextureBpp clutBpp;
unsigned char clutGsComponents;
u8 clutGsComponents;
};
} // namespace Tyra