4jcraft/Minecraft.World/Items/TileItems
MatthewBeshay 28d68befd4 Replace remaining WinAPI types with standard C++ equivalents
DWORD→uint32_t, BYTE→uint8_t, HRESULT→int32_t, HANDLE→void*, UINT→uint32_t, INT→int32_t, WORD→uint16_t, LONG→int32_t, SHORT→int16_t, LONGLONG→int64_t, ULONG_PTR→uintptr_t, PBYTE→uint8_t*, LPWSTR/PWSTR→wchar_t*, FLOAT→float, CHAR→char, boolean→bool, CONST→const, TRUE→true, FALSE→false across 176 files (excluding vendor libs and Linux stubs).
2026-03-30 17:36:15 +11:00
..
AnvilTileItem.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
AnvilTileItem.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
AuxDataTileItem.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
AuxDataTileItem.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
ColoredTileItem.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ColoredTileItem.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
LeafTileItem.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
LeafTileItem.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
MultiTextureTileItem.cpp TU19: merge Minecraft.World/Items 2026-03-21 16:39:12 -05:00
MultiTextureTileItem.h TU19: merge Minecraft.World/Items 2026-03-21 16:39:12 -05:00
PistonTileItem.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
PistonTileItem.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
PlanterTileItem.cpp TU19: merge Minecraft.World/Items 2026-03-21 16:39:12 -05:00
PlanterTileItem.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
SaplingTileItem.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
SaplingTileItem.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
SkullItem.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
SkullItem.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
StoneSlabTileItem.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
StoneSlabTileItem.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
TileItem.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
TileItem.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
WaterLilyTileItem.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
WaterLilyTileItem.h TU19: merge Minecraft.World/Items 2026-03-21 16:39:12 -05:00
WoolTileItem.cpp TU19: merge Minecraft.World/Items 2026-03-21 16:39:12 -05:00
WoolTileItem.h TU19: merge Minecraft.World/Items 2026-03-21 16:39:12 -05:00