Add an extension to handle binary data. MsdFile is now

8-bit clean.
This commit is contained in:
Glenn Maynard
2002-12-14 03:47:05 +00:00
parent e98d048ea5
commit 74d1bb00a6
2 changed files with 166 additions and 94 deletions
+4
View File
@@ -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();