This commit is contained in:
2013-08-09 09:08:10 +02:00
parent d773b3ba5f
commit 36b8cf0987
8 changed files with 7 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
package com.abit.haxework; package
import com.abit.haxework.net.JsonLoader; import com.abit.haxework.net.JsonLoader;
import flash.display.Sprite; import flash.display.Sprite;

View File

@@ -1,4 +1,4 @@
package com.abit.haxework.net; package
import flash.events.SecurityErrorEvent; import flash.events.SecurityErrorEvent;
import com.abit.haxework.net.callback.Callback; import com.abit.haxework.net.callback.Callback;

View File

@@ -1,4 +1,4 @@
package com.abit.haxework.net; package
import com.abit.haxework.net.callback.ICallback; import com.abit.haxework.net.callback.ICallback;

View File

@@ -1,4 +1,4 @@
package com.abit.haxework.net; package
import haxe.Json; import haxe.Json;

View File

@@ -1,4 +1,4 @@
package com.abit.haxework.net; package
class TextLoader extends BaseLoader<String> { class TextLoader extends BaseLoader<String> {

View File

@@ -1,4 +1,4 @@
package com.abit.haxework.net.callback; package
class Callback<T> implements ICallback<T> { class Callback<T> implements ICallback<T> {

View File

@@ -1,4 +1,4 @@
package com.abit.haxework.net.callback; package
interface ICallback<T> { interface ICallback<T> {
public function success(f:T -> Void):ICallback<T>; public function success(f:T -> Void):ICallback<T>;

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="Haxework" package="com.abit.haxework" version="1.0.0" company="Abit"/>
<app main="com.abit.haxework.Test" path="target" file="haxework-test"/>
<source path="src/main/haxe"/>
<haxelib name="openfl"/>
</project>