Last change
on this file since a4bd34f 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 |
|
---|
17 | extern int16_t wavpal[16][3];
|
---|
18 |
|
---|
19 | /*
|
---|
20 | =============================================================================
|
---|
21 | external functions
|
---|
22 | =============================================================================
|
---|
23 | */
|
---|
24 |
|
---|
25 | extern void advwcur(void);
|
---|
26 | extern void clrws(void);
|
---|
27 | extern void dsws(int16_t how);
|
---|
28 | extern void hdraw(int16_t *hv, int16_t h);
|
---|
29 | extern void iniwslb(void);
|
---|
30 | extern void wdbord(void);
|
---|
31 | extern void wdpoint(int16_t x, int16_t y, int16_t pen);
|
---|
32 | extern void wdswin(int16_t n);
|
---|
33 | extern void wsdsp(void);
|
---|
34 | extern void wwins(void);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.