Include.hx 112 B

12345
  1. class Include {
  2. static function use() {
  3. haxe.macro.Compiler.includeFile("include.js", Top);
  4. }
  5. }