pas2js_rtl.pas 399 B

1234567891011121314151617
  1. { This file was automatically created by Lazarus. Do not edit!
  2. This source is only used to compile and install the package.
  3. }
  4. unit pas2js_rtl;
  5. {$warn 5023 off : no warning about unused units}
  6. interface
  7. uses
  8. Classes, JS, Math, ObjPas, RTLConsts, SysUtils, Types, TypInfo, Web,
  9. hotreloadclient, DateUtils, strutils, contnrs, browserconsole, webrouter,
  10. RTTI, webgl;
  11. implementation
  12. end.