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