00001 // CustomAlphabet.h 00002 // 00004 // 00005 // Copyright (c) 2002 Iain Murray 00006 // 00008 00009 00010 #ifndef __CustomAlphabet_h__ 00011 #define __CustomAlphabet_h__ 00012 00013 00014 #include "Alphabet.h" 00015 #include "AlphIO.h" 00016 00017 00018 namespace Dasher {class CCustomAlphabet;} 00019 class Dasher::CCustomAlphabet : public Dasher::CAlphabet 00020 { 00021 public: 00022 CCustomAlphabet(const CAlphIO::AlphInfo& AlphInfo); 00023 }; 00024 00025 00026 #endif /* #ifndef __CustomAlphabet_h__ */
1.4.2