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

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

Use standard integer types.

  • Property mode set to 100644
File size: 414 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 int16_t noteop, notesel;
11
12extern int32_t t_note;
13
14extern struct n_entry *p_nbeg, *p_nend;
Note: See TracBrowser for help on using the repository browser.