Common/AAPLAlignScene.h

/*
    Copyright (C) 2015 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    Demonstrates alignment behavior. Click (OS X) or touch (iOS) and drag; the white agent follows the mouse/touch location, and the cyan agents maintain the same heading as the white agent whenever the white agent is near.
 */
 
#import "AAPLGameScene.h"
 
@interface AAPLAlignScene : AAPLGameScene
@end