FONTAINE  1.0
Food.h
Go to the documentation of this file.
1 //
2 // Food.h
3 //
4 // Contributed by christtrekker
5 // 2015.06.30
6 //
7 
8 #ifndef ORTHOGRAPHY_DATA
9 #include "../OrthographyData.h"
10 #endif
11 
12 #ifndef FOOD
13 #define FOOD
14 
15 namespace Food{
16 
17 //
18 // Unicode values
19 //
21  0x2615,
22  0x26FE,
24  0x1F32D,0x1F32F,
26  0x1F33D,0x1F33F,
28  0x1F344,0x1F37F,
29  0x1F9C0,
31 };
32 
33 //
34 // Sample sentences
35 //
36 const char *sentences[]={
37  "",
39 };
40 
41 
42 //
43 //
44 //
46  "Food and Drink", // Common name
47  "Food and Drink", // Native name
48  0x2615, // key
49  values,
50  "",// Sample characters
51  sentences
52 };
53 
55 
56 }; // end of namespace
57 
58 #endif
END_OF_DATA
#define END_OF_DATA
Definition: OrthographyData.h:23
Food
Definition: Food.h:15
Food::values
UINT32 values[]
Definition: Food.h:20
OrthographyData
Definition: OrthographyData.h:28
UINT32
unsigned int UINT32
Definition: OrthographyData.h:19
Food::sentences
const char * sentences[]
Definition: Food.h:36
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Food::pData
const OrthographyData * pData
Definition: Food.h:54
Food::data
OrthographyData data
Definition: Food.h:45