FONTAINE  1.0
Astronomy.h
Go to the documentation of this file.
1 //
2 // Astronomy.h
3 //
4 // Contributed by christtrekker
5 //
6 
7 #ifndef ORTHOGRAPHY_DATA
8 #include "../OrthographyData.h"
9 #endif
10 
11 #ifndef ASTRONOMY
12 #define ASTRONOMY
13 
14 namespace Astronomy{
15 
16 //
17 // Unicode values
18 //
20  0x2605,
21  0x2606,
23  0x2609,0x260D,
25  0x263D,0x2644,
27  0x2646,0x2653,
29  0x26B3,0x26B7,
30  0x26CE,
31  0x26E2,
33  0x2B50,0x2B52,
34  0x1F30C,
36  0x1F311,0x1F320,
38 };
39 
40 //
41 // Sample sentences
42 //
43 const char *sentences[]={
44  "",
45  END_OF_DATA
46 };
47 
48 
49 //
50 //
51 //
53  "Astronomy", // Common name
54  "Astronomy", // Native name
55  0x2605, // key
56  values,
57  "",// Sample characters
58  sentences
59 };
60 
62 
63 }; // end of namespace
64 
65 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
const char * sentences[]
Definition: Astronomy.h:43
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
Definition: Astronomy.h:14
OrthographyData data
Definition: Astronomy.h:52
UINT32 values[]
Definition: Astronomy.h:19
const OrthographyData * pData
Definition: Astronomy.h:61
#define END_OF_DATA
Definition: OrthographyData.h:23