source: buchla-68k/ram/wsdsp.x

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

Wording change.

  • Property mode set to 100644
File size: 974 bytes
Line 
1/*
2 =============================================================================
3 wsdsp.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 wavpal[16][3];
18
19/*
20 =============================================================================
21 external functions
22 =============================================================================
23*/
24
25extern void advwcur(void);
26extern void clrws(void);
27extern void dsws(int16_t how);
28extern void hdraw(int16_t *hv, int16_t h);
29extern void iniwslb(void);
30extern void wdbord(void);
31extern void wdpoint(int16_t x, int16_t y, int16_t pen);
32extern void wdswin(int16_t n);
33extern void wsdsp(void);
34extern void wwins(void);
Note: See TracBrowser for help on using the repository browser.