VocalEasel/Sources/VLSheetViewNotes.h

21 lines
322 B
C
Raw Normal View History

2006-09-11 02:49:56 +00:00
//
// 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;
2006-09-11 02:49:56 +00:00
@end
// Local Variables:
// mode:ObjC
// End: