• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

template.h

Go to the documentation of this file.
00001 //
00002 // .h
00003 //
00004 
00005 #ifndef ORTHOGRAPHY_DATA
00006 #include "../OrthographyData.h"
00007 #endif
00008 
00009 #ifndef 
00010 #define 
00011 
00012 namespace {
00013 
00014 //
00015 // Unicode values 
00016 //
00017 UINT32 values[]={
00018         START_RANGE_PAIR,
00019         0x,0x,
00020         END_OF_DATA
00021 };
00022 
00023 //
00024 // Sample sentences
00025 // 
00026 const char *sentences[]={
00027         "",
00028         END_OF_DATA
00029 };
00030 
00031 
00032 //
00033 // 
00034 //
00035 OrthographyData data={
00036         "", // Common name
00037         "", // Native name
00038         0x, // key
00039         values,
00040         "", // Sample characters
00041         sentences
00042 };
00043 
00044 const OrthographyData *pData = &data;
00045 
00046 }; // end of namespace
00047 
00048 #endif

Generated on Mon Jan 24 2011 for FONTAINE by  doxygen 1.7.1