Add an extension to handle binary data. MsdFile is now
8-bit clean.
This commit is contained in:
@@ -17,6 +17,10 @@ const unsigned MAX_PARAMS_PER_VALUE = 10;
|
||||
|
||||
class MsdFile
|
||||
{
|
||||
void ReadBuf( char *buf, int len );
|
||||
void AddParam( char *buf, int len );
|
||||
void AddValue();
|
||||
|
||||
public:
|
||||
MsdFile();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user