mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 12:36:05 +08:00
15 lines
328 B
C
15 lines
328 B
C
![]() |
//===== Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ======//
|
|||
|
//
|
|||
|
// Purpose:
|
|||
|
//
|
|||
|
// $NoKeywords: $
|
|||
|
//
|
|||
|
//===========================================================================//
|
|||
|
|
|||
|
#ifndef VSTDLIB_STRTOOLS_H
|
|||
|
#define VSTDLIB_STRTOOLS_H
|
|||
|
|
|||
|
#include "tier1/strtools.h"
|
|||
|
|
|||
|
#endif // VSTDLIB_STRTOOLS_H
|