blitz_unicode.h 146 B

123456789
  1. #ifndef BLITZ_UNICODE_H
  2. #define BLITZ_UNICODE_H
  3. extern unsigned short bbToLowerData[];
  4. extern unsigned short bbToUpperData[];
  5. #endif