Advertisement
Guest User

Untitled

a guest
Apr 5th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haxe 0.49 KB | None | 0 0
  1. ---------------------------------------------------------------
  2. haxeui-core
  3. ---------------------------------------------------------------
  4.  
  5. class Graphics extends GraphicsBase {
  6. }
  7.  
  8. ---------------------------------------------------------------
  9. haxeui-html5
  10. ---------------------------------------------------------------
  11.  
  12. #if pixijs
  13. typedef GraphicBase = GraphicsBasePixi
  14. #else
  15. typedef GraphicBase = GraphicsBaseCanvas
  16. #end
  17.  
  18. class GraphicsBasePixi {
  19. }
  20.  
  21. class GraphicsBaseCanvas {
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement