FONTAINE
1.0
src
orthographies
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
//
20
UINT32
values
[]={
21
0x2615,
22
0x26FE,
23
START_RANGE_PAIR
,
24
0x1F32D,0x1F32F,
25
START_RANGE_PAIR
,
26
0x1F33D,0x1F33F,
27
START_RANGE_PAIR
,
28
0x1F344,0x1F37F,
29
0x1F9C0,
30
END_OF_DATA
31
};
32
33
//
34
// Sample sentences
35
//
36
const
char
*
sentences
[]={
37
""
,
38
END_OF_DATA
39
};
40
41
42
//
43
//
44
//
45
OrthographyData
data
={
46
"Food and Drink"
,
// Common name
47
"Food and Drink"
,
// Native name
48
0x2615,
// key
49
values
,
50
""
,
// Sample characters
51
sentences
52
};
53
54
const
OrthographyData
*
pData
= &
data
;
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
Generated by
1.8.17