source: buchla-68k/ram/wsdsp.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: 790 bytes
Line 
1#pragma once
2
3#include "stdint.h"
4
5/*
6 =============================================================================
7 wsdsp.c -- global variables
8 =============================================================================
9*/
10
11extern int16_t wavpal[16][3];
12
13/*
14 =============================================================================
15 wsdsp.c -- global functions
16 =============================================================================
17*/
18
19extern void advwcur(void);
20extern void clrws(void);
21extern void dsws(int16_t how);
22extern void hdraw(int16_t *hv, int16_t h);
23extern void iniwslb(void);
24extern void wdbord(void);
25extern void wdpoint(int16_t x, int16_t y, int16_t pen);
26extern void wdswin(int16_t n);
27extern void wsdsp(void);
28extern void wwins(void);
29
Note: See TracBrowser for help on using the repository browser.