mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Windows: enfore naming consistency
Enforce consistency throughout the rest of the file.
This commit is contained in:
parent
92842e4ac2
commit
2a357914da
@ -36,7 +36,7 @@
|
||||
uint8_t m_nTextureMipLevelsStreamedOpt;
|
||||
};
|
||||
|
||||
struct TextureBytesPerPixel_s
|
||||
struct TextureBytesPerPixel_t
|
||||
{
|
||||
uint8_t x;
|
||||
uint8_t y;
|
||||
@ -45,7 +45,7 @@ struct TextureBytesPerPixel_s
|
||||
//-----------------------------------------------------------------------------
|
||||
// Table definitions
|
||||
//-----------------------------------------------------------------------------
|
||||
static inline const TextureBytesPerPixel_s s_pBytesPerPixel[] =
|
||||
static inline const TextureBytesPerPixel_t s_pBytesPerPixel[] =
|
||||
{
|
||||
{ uint8_t(8u), uint8_t(4u) },
|
||||
{ uint8_t(8u), uint8_t(4u) },
|
||||
|
Loading…
x
Reference in New Issue
Block a user