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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user