// // MPTBlinkController.h // BlinkDetector // // Created by Andrew Salamon on 9/25/06. // Copyright (c) 2006 Machine Perception Laboratory // University of California San Diego. // #import #import #import #include "blink.h" @class MPT_AUView; @interface MPTBlinkController : MPT_PluginBase { MPBlink *blinks; } - (void)makeThreadsafe; @end