source: buchla-68k/ram/nedacc.x@ 526a993

Last change on this file since 526a993 was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Wording change.

  • Property mode set to 100644
File size: 766 bytes
Line 
1/*
2 =============================================================================
3 nedacc.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "stdint.h"
10
11/*
12 =============================================================================
13 external functions
14 =============================================================================
15*/
16
17extern int16_t accnote(void);
18extern void donote(void);
19extern int16_t ned_acc(int16_t grp);
20extern int16_t ned_end(int16_t grp);
21extern int16_t ned_mvb(int16_t grp);
22extern int16_t ned_mve(int16_t grp);
23extern int16_t ned_mvn(int16_t grp);
24extern int16_t ned_nat(int16_t grp);
25extern int16_t nedesub(int16_t grp, int16_t note);
Note: See TracBrowser for help on using the repository browser.