Common/AAPLSeparateScene.h

/*
    Copyright (C) 2015 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    Demonstrates separation behavior. Click (OS X) or touch (iOS) and drag; the white agent follows the mouse/touch location, and the cyan agents attempt to maintain distance from the white agent.
 */
 
#import "AAPLGameScene.h"
 
@interface AAPLSeparateScene : AAPLGameScene
@end