1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +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

@ -1,4 +1,4 @@
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
@ -22,7 +22,7 @@
#include "sceneentity.h"
#include "ai_baseactor.h"
#include "datacache/imdlcache.h"
#include "tier1/byteswap.h"
#include "tier1/cbyteswap.h"
#include "toolframework/itoolframework.h"
#include "flexcycler.h"