Start working on new architecture

This commit is contained in:
Joshua Granick
2014-06-06 14:44:13 -07:00
parent a6157c0b78
commit 4818c02b1e
76 changed files with 961 additions and 11050 deletions

View File

@@ -0,0 +1,19 @@
package;
import lime.app.Application;
class Main extends Application {
public function new () {
super ();
}
}