11 lines
156 B
C
Raw Normal View History

#ifndef __DICTION_H
#define __DICTION_H
#ifndef __XML_H
#include "xml.h"
#endif
bool DoTranslate(const TXmlItem& xmlMethod, TXmlItem& xmlAnswer);
#endif