goldendict-ng/src/dict/german.hh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
344 B
C++
Raw Normal View History

2012-02-20 21:47:14 +00:00
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
2010-05-08 18:59:59 +00:00
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef GERMAN_HH
#define GERMAN_HH
#include "dictionary.hh"
// Support for German transliteration
namespace GermanTranslit {
2022-01-09 08:35:07 +00:00
sptr< Dictionary::Class > makeDictionary();
2010-05-08 18:59:59 +00:00
}
#endif // GERMAN_HH