source: buchla-68k/include/neddefs.h@ f40a309

Last change on this file since f40a309 was f40a309, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Unix line breaks.

  • Property mode set to 100644
File size: 409 bytes
Line 
1/*
2 =============================================================================
3 neddefs.h -- note editor definition file
4 Version 3 -- 1988-05-17 -- D.N. Lynx Crowe
5
6 Must follow "score.h" if used (for definition of s_entry).
7 =============================================================================
8*/
9
10extern short noteop, notesel;
11
12extern long t_note;
13
14extern struct n_entry *p_nbeg, *p_nend;
Note: See TracBrowser for help on using the repository browser.