customTypings.js 297 B

123456789
  1. /**
  2. * This file contains some types to make our
  3. * lifes easier when copy and pasting Java code.
  4. * With it we can keep int, float, etc., references
  5. * in code to keep as close as possible as the Java version
  6. * but without the need to sacrifice ourselves with boring
  7. * and annoying things.
  8. */