Annotation of Amaya/amaya/templateDeclarations.h, revision 1.12

1.1       francesc    1: #ifndef TEMPLATE_DECLARATIONS
                      2: #define TEMPLATE_DECLARATIONS
                      3: 
1.5       francesc    4: #ifdef TEMPLATES
                      5:        //List of loaded templates and libraries
1.12    ! kia         6:   THOT_EXPORT HashMap Templates_Map;
1.5       francesc    7: #endif
1.2       vatton      8: #endif //TEMPLATE_DECLARATIONS

Webmaster