BlitzMax Extended  0.8.16
Pushing Blitz to the Max.
blitz_unicode.h
Go to the documentation of this file.
1 
9 #ifndef BLITZ_UNICODE_H
10 #define BLITZ_UNICODE_H
11 
12 #include "_common.h"
13 
14 BB_BEGIN_DECLS
15 
20 extern const BBChar bbToLowerData[1913];
21 
26 extern const BBChar bbToUpperData[1913];
27 
28 BB_END_DECLS
29 
30 #endif // BLITZ_UNICODE_H