summaryrefslogtreecommitdiff
path: root/inputmethods/dasher/CustomAlphabet.h
Unidiff
Diffstat (limited to 'inputmethods/dasher/CustomAlphabet.h') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/dasher/CustomAlphabet.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/inputmethods/dasher/CustomAlphabet.h b/inputmethods/dasher/CustomAlphabet.h
new file mode 100644
index 0000000..4cd7880
--- a/dev/null
+++ b/inputmethods/dasher/CustomAlphabet.h
@@ -0,0 +1,26 @@
1// CustomAlphabet.h
2//
3/////////////////////////////////////////////////////////////////////////////
4//
5// Copyright (c) 2002 Iain Murray
6//
7/////////////////////////////////////////////////////////////////////////////
8
9
10#ifndef __CustomAlphabet_h__
11#define __CustomAlphabet_h__
12
13
14#include "Alphabet.h"
15#include "AlphIO.h"
16
17
18namespace Dasher {class CCustomAlphabet;}
19class Dasher::CCustomAlphabet : public Dasher::CAlphabet
20{
21public:
22 CCustomAlphabet(const CAlphIO::AlphInfo& AlphInfo);
23};
24
25
26#endif /* #ifndef __CustomAlphabet_h__ */