source: buchla-68k/ram/barbadj.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: 1021 bytes
Line 
1/*
2 =============================================================================
3 barbadj.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "stdint.h"
10
11/*
12 =============================================================================
13 external variables
14 =============================================================================
15*/
16
17extern int16_t BBase;
18extern int16_t BCenter;
19extern int16_t BOffset;
20extern int16_t BTop;
21extern int16_t BarBLn[128];
22extern int16_t BarCLn[256];
23extern int16_t BarCols[14];
24extern int16_t BarDots[3];
25
26/*
27 =============================================================================
28 external functions
29 =============================================================================
30*/
31
32extern void BarBadj(int16_t bar, int16_t val);
33extern void BarBset(int16_t bar, int16_t val);
34extern void BarCadj(int16_t bar, int16_t val);
35extern void BarCset(int16_t bar, int16_t val);
Note: See TracBrowser for help on using the repository browser.