Last change
on this file since 1d61ba3 was 6262b5c, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Added include files for global functions and variables.
|
-
Property mode
set to
100644
|
File size:
573 bytes
|
Line | |
---|
1 | #pragma once
|
---|
2 |
|
---|
3 | #include "stdint.h"
|
---|
4 |
|
---|
5 | /*
|
---|
6 | =============================================================================
|
---|
7 | nedacc.c -- global functions
|
---|
8 | =============================================================================
|
---|
9 | */
|
---|
10 |
|
---|
11 | extern int16_t accnote(void);
|
---|
12 | extern void donote(void);
|
---|
13 | extern int16_t ned_acc(int16_t grp);
|
---|
14 | extern int16_t ned_end(int16_t grp);
|
---|
15 | extern int16_t ned_mvb(int16_t grp);
|
---|
16 | extern int16_t ned_mve(int16_t grp);
|
---|
17 | extern int16_t ned_mvn(int16_t grp);
|
---|
18 | extern int16_t ned_nat(int16_t grp);
|
---|
19 | extern int16_t nedesub(int16_t grp, int16_t note);
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.