Stage.hx 100 B

12345
  1. package hxd;
  2. @:deprecated("hxd.Stage is now hxd.Window")
  3. @:noCompletion
  4. typedef Stage = Window;