mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
public: add Q_memfgets, replacement for COM_MemFgets rewritten using crtlib functions. Add a test
This commit is contained in:
@@ -628,7 +628,6 @@ qboolean SV_Active( void );
|
||||
|
||||
==============================================================
|
||||
*/
|
||||
char *COM_MemFgets( byte *pMemFile, int fileSize, int *filePos, char *pBuffer, int bufferSize );
|
||||
void COM_HexConvert( const char *pszInput, int nInputLength, byte *pOutput );
|
||||
byte COM_Nibble( char c );
|
||||
int COM_SaveFile( const char *filename, const void *data, int len );
|
||||
|
||||
Reference in New Issue
Block a user