Diff for /Amaya/amaya/amaya.h between versions 1.235 and 1.236

version 1.235, 2002/07/17 17:10:01 version 1.236, 2002/08/19 10:46:43
Line 475  THOT_EXPORT DocumentType             Doc Line 475  THOT_EXPORT DocumentType             Doc
 THOT_EXPORT ThotBool                 ReadOnlyDocument[DocumentTableLength];  THOT_EXPORT ThotBool                 ReadOnlyDocument[DocumentTableLength];
 /* Document with section numbering */  /* Document with section numbering */
 THOT_EXPORT ThotBool                 SNumbering[DocumentTableLength];  THOT_EXPORT ThotBool                 SNumbering[DocumentTableLength];
   /* Document that shows buttons */
   THOT_EXPORT ThotBool                 SButtons[DocumentTableLength];
   /* Document that shows address */
   THOT_EXPORT ThotBool                 SAddress[DocumentTableLength];
 /* Document that shows map areas */  /* Document that shows map areas */
 THOT_EXPORT ThotBool                 MapAreas[DocumentTableLength];  THOT_EXPORT ThotBool                 MapAreas[DocumentTableLength];
 /* identifier of the document displaying the source code */  /* identifier of the document displaying the source code */

Removed from v.1.235  
changed lines
  Added in v.1.236


Webmaster