1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 12:06:07 +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: Swap a compiled caption file.
//
@ -6,7 +6,7 @@
//=============================================================================//
#include "utlbuffer.h"
#include "byteswap.h"
#include "cbyteswap.h"
#include "filesystem.h"
#include "tier2/fileutils.h"
#include "captioncompiler.h"

View File

@ -1,4 +1,4 @@
//========= Copyright <20> 1996-2006, Valve LLC, All rights reserved. ============
//========= Copyright <20> 1996-2006, Valve LLC, All rights reserved. ============
//
// Purpose: StudioMDL byteswapping functions.
//
@ -11,7 +11,7 @@
#pragma once
#endif
#include "byteswap.h"
#include "cbyteswap.h"
struct studiohdr_t;
class IPhysicsCollision;