Skip to content

Instantly share code, notes, and snippets.

View FrancisBourre's full-sized avatar

Francis Bourre FrancisBourre

  • Innogames
  • Hamburg
View GitHub Profile
@francescoagati
francescoagati / EventHandler.hx
Created August 15, 2016 14:12
haxe 3.3 handling events with abstracts resolve macro and inlining objects
import haxe.macro.Expr;
#if macro
import haxe.macro.Context;
using tink.MacroApi;
using haxe.macro.ExprTools;
using haxe.macro.Context;
#end
#if !macro