source: buchla-68k/ram/nedacc.x@ 6262b5c

Last change on this file since 6262b5c was 6262b5c, checked in by Thomas Lopatic <thomas@…>, 7 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
11extern int16_t accnote(void);
12extern void donote(void);
13extern int16_t ned_acc(int16_t grp);
14extern int16_t ned_end(int16_t grp);
15extern int16_t ned_mvb(int16_t grp);
16extern int16_t ned_mve(int16_t grp);
17extern int16_t ned_mvn(int16_t grp);
18extern int16_t ned_nat(int16_t grp);
19extern int16_t nedesub(int16_t grp, int16_t note);
20
Note: See TracBrowser for help on using the repository browser.