Changes

Jump to navigation Jump to search
m
→‎CClassicArchive: Added comments
Line 964: Line 964:  
     void DoStringI18nComment(CFastStringInt *, char const *);
 
     void DoStringI18nComment(CFastStringInt *, char const *);
 
   
 
   
     void SkipData(unsigned long);
+
     void SkipData(unsigned long); Writes the specified number of zeros, or calls CClassicBuffer::Skip() while reading
 
   
 
   
 
     static void (__cdecl* s_ThrowCorruptedArchive)(void);
 
     static void (__cdecl* s_ThrowCorruptedArchive)(void);
Line 970: Line 970:  
   
 
   
 
  protected:
 
  protected:
     int ReadLine(void);
+
     int ReadLine(void);   // Reads data from a .gbx file in text format
     void WriteLine(void);
+
     void WriteLine(void); // Writes data to a .gbx file in text format
 
   
 
   
 
     static void (__cdecl* s_DeleteMwIdUserDataCallBack)(CClassicArchive *);
 
     static void (__cdecl* s_DeleteMwIdUserDataCallBack)(CClassicArchive *);

Navigation menu