VocalEasel/Sources/VLSheetViewNotes.h
2006-10-16 09:01:25 +00:00

22 lines
352 B
Objective-C

//
// VLSheetViewNotes.h
// Vocalese
//
// Created by Matthias Neeracher on 1/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface VLSheetView (Notes)
- (void) drawNotesForSystem:(int)system;
- (void) addNoteAtCursor;
- (void) startKeyboardCursor;
@end
// Local Variables:
// mode:ObjC
// End: