mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Rename swap to V_swap.
This commit is contained in:
@ -608,7 +608,7 @@ template<> FORCEINLINE QAngleByValue Lerp<QAngleByValue>( float flPercent, const
|
||||
|
||||
// Swap two of anything.
|
||||
template <class T>
|
||||
FORCEINLINE void swap( T& x, T& y )
|
||||
FORCEINLINE void V_swap( T& x, T& y )
|
||||
{
|
||||
T temp = x;
|
||||
x = y;
|
||||
|
Reference in New Issue
Block a user