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