StdTypes.hx 120 B

12345678910
  1. package java;
  2. /**
  3. * ...
  4. * @author waneck
  5. */
  6. typedef Int8 = Int;
  7. typedef Int16 = Int;
  8. typedef Char16 = Int;