Last change
on this file since de91266 was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Wording change.
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | sqscan.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
| 9 | #include "score.h"
|
---|
| 10 | #include "stdint.h"
|
---|
| 11 |
|
---|
| 12 | /*
|
---|
| 13 | =============================================================================
|
---|
[526a993] | 14 | external variables
|
---|
[6262b5c] | 15 | =============================================================================
|
---|
| 16 | */
|
---|
| 17 |
|
---|
| 18 | extern int16_t chkstop;
|
---|
| 19 | extern int8_t *nlist[];
|
---|
| 20 | extern int16_t notetab[];
|
---|
| 21 | extern int16_t octab[];
|
---|
| 22 |
|
---|
| 23 | /*
|
---|
| 24 | =============================================================================
|
---|
[526a993] | 25 | external functions
|
---|
[6262b5c] | 26 | =============================================================================
|
---|
| 27 | */
|
---|
| 28 |
|
---|
| 29 | extern int16_t Pcheck(struct s_entry *ptr, int8_t *msg);
|
---|
| 30 | extern int16_t Qadv(void);
|
---|
| 31 | extern int16_t Qevent(void);
|
---|
| 32 | extern int16_t Qnote(void);
|
---|
| 33 | extern int16_t Qseq(void);
|
---|
| 34 | extern struct n_entry *insnevt(struct n_entry *nsp, int16_t nt, int16_t grp, int16_t note, int16_t vel);
|
---|
| 35 | extern void nospace(int8_t *et);
|
---|
| 36 | extern void sqinit(void);
|
---|
| 37 | extern int16_t sqscan(int8_t *ip);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.