|
Last change
on this file since 3c45656 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
|
Imported original source code.
|
-
Property mode
set to
100755
|
|
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 |
|
|---|
| 10 | extern short noteop, notesel;
|
|---|
| 11 |
|
|---|
| 12 | extern long t_note;
|
|---|
| 13 |
|
|---|
| 14 | extern struct n_entry *p_nbeg, *p_nend;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.