Include.hx 107 B

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