Last change
on this file since bf89cfb was 526a993, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Wording change.
|
-
Property mode
set to
100644
|
File size:
953 bytes
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | librw.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
| 9 | #include "stdint.h"
|
---|
| 10 |
|
---|
| 11 | /*
|
---|
| 12 | =============================================================================
|
---|
[526a993] | 13 | external functions
|
---|
[6262b5c] | 14 | =============================================================================
|
---|
| 15 | */
|
---|
| 16 |
|
---|
| 17 | extern int16_t get_asg(void);
|
---|
| 18 | extern int16_t get_orc(int16_t lorh, int16_t kind);
|
---|
| 19 | extern int16_t get_pat(void);
|
---|
| 20 | extern int16_t get_scr(void);
|
---|
| 21 | extern int16_t get_seq(void);
|
---|
| 22 | extern int16_t get_tun(void);
|
---|
| 23 | extern int16_t get_wav(void);
|
---|
| 24 | extern int16_t wrt_asg(int16_t slot);
|
---|
| 25 | extern int16_t wrt_orc(int16_t slot, int16_t lorh);
|
---|
| 26 | extern int16_t wrt_pat(int16_t slot);
|
---|
| 27 | extern int16_t wrt_scr(int16_t slot);
|
---|
| 28 | extern int16_t wrt_seq(int16_t slot);
|
---|
| 29 | extern int16_t wrt_tun(int16_t slot);
|
---|
| 30 | extern int16_t wrt_wav(int16_t slot);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.