This commit is contained in:
workinghard
2015-04-11 21:18:15 -07:00
parent b34110dd01
commit 460e103f73
15 changed files with 392 additions and 129 deletions

View File

@@ -9,6 +9,8 @@
import Cocoa
var _animationsWindow: NSWindow = NSWindow()
var _cubeWindow: NSWindow = NSWindow()
var __animations: Animations = Animations()
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
@@ -19,6 +21,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidFinishLaunching(aNotification: NSNotification) {
// Insert code here to initialize your application
_animationsWindow = animationsWindow
_cubeWindow = window
//__animations.initialize()
}
func applicationShouldTerminate(sender: NSApplication) -> NSApplicationTerminateReply {