goldendict-ng/epwing.hh

20 lines
522 B
C++
Raw Normal View History

2014-05-20 13:59:56 +00:00
#ifndef __EPWING_HH__INCLUDED__
#define __EPWING_HH__INCLUDED__
#include "dictionary.hh"
/// Support for the Epwing dictionaries.
namespace Epwing {
using std::vector;
using std::string;
vector< sptr< Dictionary::Class > > makeDictionaries(
vector< string > const & fileNames,
string const & indicesDir,
Dictionary::Initializing & )
THROW_SPEC( std::exception );
2014-05-20 13:59:56 +00:00
}
#endif // __EPWING_HH__INCLUDED__