Annotation of Amaya/amaya/templates.h, revision 1.2

1.1       francesc    1: #ifndef TEMPLATE_TEMPLATES
                      2: #define TEMPLATE_TEMPLATES
                      3: 
                      4: #define THOT_EXPORT extern
                      5: #include "amaya.h"
                      6: #include "document.h"
1.2     ! francesc    7: #include "mydictionary.h"
1.1       francesc    8: 
                      9: extern void CreateInstanceOfTemplate (Document doc, char *templatename, char *docname);
                     10: 
1.2     ! francesc   11: /*----------------------------------------------------------------------
        !            12:   ClosingDocument
        !            13:   Callback called before closing a document. Checks for unused templates.
        !            14:   ----------------------------------------------------------------------*/
        !            15: extern void ClosingDocument(NotifyDialog* dialog)
        !            16: 
1.1       francesc   17: #endif /* TEMPLATE_TEMPLATES */
                     18: 

Webmaster