File:  [Public] / Amaya / amaya / templates.h
Revision 1.3: download - view: text, annotated - select for diffs
Tue Jul 18 10:37:22 2006 UTC (17 years, 11 months ago) by carcone
Branches: MAIN
CVS tags: HEAD
Missing semi-colon
Francesc - Laurent

#ifndef TEMPLATE_TEMPLATES
#define TEMPLATE_TEMPLATES

#define THOT_EXPORT extern
#include "amaya.h"
#include "document.h"
#include "mydictionary.h"

extern void CreateInstanceOfTemplate (Document doc, char *templatename, char *docname);

/*----------------------------------------------------------------------
  ClosingDocument
  Callback called before closing a document. Checks for unused templates.
  ----------------------------------------------------------------------*/
extern void ClosingDocument(NotifyDialog* dialog);

#endif /* TEMPLATE_TEMPLATES */


Webmaster