mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Split into their respective libraries, this is to avoid linker errors regarding undefined symbols.
10 lines
253 B
C
10 lines
253 B
C
//===== Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ======//
|
||
//
|
||
// Purpose:
|
||
//
|
||
//===========================================================================//
|
||
#ifndef UTIL_CLIENT_H
|
||
#define UTIL_CLIENT_H
|
||
|
||
#endif // UTIL_CLIENT_H
|