minor updates

This commit is contained in:
Dima Granetchi
2014-11-28 18:37:36 +02:00
parent 43ca5cd580
commit b1bcd3b034
5 changed files with 12 additions and 12 deletions
+4 -1
View File
@@ -1,5 +1,7 @@
package bindx;
#if macro
import haxe.macro.Context;
import haxe.macro.Expr.Position;
@@ -44,4 +46,5 @@ class Error {
public function contextFatal():Void {
Context.fatalError(message, pos);
}
}
}
#end