1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-06 10:47:45 +00:00
sapphire/deps/datReader/DatCategories/bg
Reyli 9435e6e66a General warning cleanup 1
* A lot of hit has to do with size_t being unsigned long long in 64 bit.
  - Just explicitly casting for a lot of cases removes the warning
* Good bit are also the differences in struct definitions to match packets and function definitions
  - Also just cast to fix
* Used a lot of #pragma warning( disable : 4244/4267 ) for template warnings
* InviteHandlers.cpp line 118 was definitely a typo bug. Needed assignment "=" instead of "=="
2024-06-21 03:01:16 -05:00
..
lgb.h parse Event and PopRange into entries too 2023-02-05 07:18:31 +09:00
LgbTypes.h Fixed types in lgb.h and lgbtypes.h 2023-02-05 07:18:31 +09:00
matrix4.h move data struct defs to datreader lib 2019-04-11 19:28:51 +10:00
pcb.h move data struct defs to datreader lib 2019-04-11 19:28:51 +10:00
sgb.h General warning cleanup 1 2024-06-21 03:01:16 -05:00
vec3.h move data struct defs to datreader lib 2019-04-11 19:28:51 +10:00