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

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

Added RAM files.

  • Property mode set to 100644
File size: 423 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.