uid issue
This commit is contained in:
15
engine/mem_fgets.h
Normal file
15
engine/mem_fgets.h
Normal file
@ -0,0 +1,15 @@
|
||||
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
#if !defined( MEM_FGETS_H )
|
||||
#define MEM_FGETS_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
char *memfgets( unsigned char *pMemFile, int fileSize, int *pFilePos, char *pBuffer, int bufferSize );
|
||||
|
||||
#endif // MEM_FGETS_H
|
Reference in New Issue
Block a user