1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Rename byteswap to cbyteswap (#140)

Resolves include collision with protobuf dependency
This commit is contained in:
Poggu
2023-10-01 15:41:15 +02:00
committed by GitHub
parent f6fe5165fc
commit 05a5907e05
13 changed files with 377 additions and 377 deletions

View File

@ -17,7 +17,7 @@
#include "zip_utils.h"
#include "zip_uncompressed.h"
#include "checksum_crc.h"
#include "byteswap.h"
#include "cbyteswap.h"
#include "utlstring.h"
// NOTE: This has to be the last file included!