mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-07 09:43:40 +08:00
15 lines
328 B
C
15 lines
328 B
C
//===== Copyright © 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
|