mirror of
https://github.com/workinghard/Cube4Fun.git
synced 2025-12-14 04:42:09 +00:00
a
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user