diff options
Diffstat (limited to 'utils/tfstats/regexp/include/fileiter.h')
| -rw-r--r-- | utils/tfstats/regexp/include/fileiter.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/tfstats/regexp/include/fileiter.h b/utils/tfstats/regexp/include/fileiter.h new file mode 100644 index 0000000..3842cbb --- /dev/null +++ b/utils/tfstats/regexp/include/fileiter.h @@ -0,0 +1,13 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// +#ifndef __FILEITER_H + +#include <jm/fileiter.h> + +#endif + |