Diff for /Amaya/amaya/amaya.h between versions 1.304 and 1.305

version 1.304, 2006/01/17 15:03:22 version 1.305, 2006/02/17 13:28:51
Line 533  THOT_EXPORT ThotBool                 SBu Line 533  THOT_EXPORT ThotBool                 SBu
 THOT_EXPORT ThotBool                 SAddress[DocumentTableLength];  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];
   /* Document splitted horizontally */
   THOT_EXPORT ThotBool                 HSplit[DocumentTableLength];
   /* Document splitted vertically */
   THOT_EXPORT ThotBool                 VSplit[DocumentTableLength];
 /* identifier of the document displaying the source code */  /* identifier of the document displaying the source code */
 THOT_EXPORT Document                 DocumentSource[DocumentTableLength];  THOT_EXPORT Document                 DocumentSource[DocumentTableLength];
 /* The whole document is loaded when the corresponding entry in FilesLoading is 0 */  /* The whole document is loaded when the corresponding entry in FilesLoading is 0 */

Removed from v.1.304  
changed lines
  Added in v.1.305


Webmaster