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