mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
20 lines
307 B
Objective-C
20 lines
307 B
Objective-C
//
|
|
// File: VLMirrorWindow.h - Control video "Mirror"
|
|
//
|
|
// Author(s):
|
|
//
|
|
// (MN) Matthias Neeracher
|
|
//
|
|
// Copyright © 2007 Matthias Neeracher
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
#import <Quartz/Quartz.h>
|
|
|
|
|
|
@interface VLMirrorWindow : NSWindowController {
|
|
IBOutlet QCView * mirrorComposition;
|
|
}
|
|
|
|
@end
|