Common/AAPLFlockScene.h

/*
    Copyright (C) 2015 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    Demonstrates flocking behavior -- a combination of separation, alignment, and cohesion goals. Click (OS X) or touch (iOS) and drag and the flock of agents follows the mouse/touch location together.
 */
 
#import "AAPLGameScene.h"
 
@interface AAPLFlockScene : AAPLGameScene
@end