summaryrefslogtreecommitdiff
path: root/inputmethods/dasher/CustomAlphabet.h
authormickeyl <mickeyl>2003-09-27 11:29:26 (UTC)
committer mickeyl <mickeyl>2003-09-27 11:29:26 (UTC)
commit651b6c612db4e809c506973996f2580c4158ac3a (patch) (unidiff)
tree8c8edc86e4b206dd4542a6b556ad1a319d6698ab /inputmethods/dasher/CustomAlphabet.h
parentd1a11b45e805fe7771ea05944757d767c3c4c8ea (diff)
downloadopie-651b6c612db4e809c506973996f2580c4158ac3a.zip
opie-651b6c612db4e809c506973996f2580c4158ac3a.tar.gz
opie-651b6c612db4e809c506973996f2580c4158ac3a.tar.bz2
merge dasher which has been introduced in BRANCH first (wtf?) into HEAD
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__ */