BlitzMax Extended  0.8.11
Pushing Blitz to the Max.
blitz_unicode.h
00001 
00008 #ifndef BLITZ_UNICODE_H
00009 #define BLITZ_UNICODE_H
00010 
00011 #include "_common.h"
00012 
00013 BB_BEGIN_DECLS
00014 
00015 extern const BBChar bbToLowerData[1913];
00016 extern const BBChar bbToUpperData[1913];
00017 
00018 BB_END_DECLS
00019 
00020 #endif  // BLITZ_UNICODE_H