Last change
on this file since bc11fc1 was 7258c6a, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Use standard integer types.
|
-
Property mode
set to
100644
|
File size:
414 bytes
|
Rev | Line | |
---|
[f40a309] | 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 |
|
---|
[7258c6a] | 10 | extern int16_t noteop, notesel;
|
---|
[f40a309] | 11 |
|
---|
[7258c6a] | 12 | extern int32_t t_note;
|
---|
[f40a309] | 13 |
|
---|
| 14 | extern struct n_entry *p_nbeg, *p_nend;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.