Last change
on this file since eee74cd was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
640 bytes
|
Line | |
---|
1 | /*
|
---|
2 | =============================================================================
|
---|
3 | VSDDSW.H -- VSDD software support definitions
|
---|
4 | Version 6 -- 1987-05-27 -- D.N. Lynx Crowe
|
---|
5 | Copyright 1987 -- D.N. Lynx Crowe
|
---|
6 | =============================================================================
|
---|
7 | */
|
---|
8 |
|
---|
9 | /* functions */
|
---|
10 |
|
---|
11 | extern unsigned vbank();
|
---|
12 | extern int vputp(), vwputp();
|
---|
13 |
|
---|
14 | /* these should be voids ... */
|
---|
15 |
|
---|
16 | extern int vfwait(), vputs(), vputsa(), vputc(), VHinit();
|
---|
17 | extern int objclr(), objon(), objoff();
|
---|
18 | extern int vcputs(), vwputs(), vwputm(), vmput(), vmputa(), VSinit();
|
---|
19 | extern int SelObj(), SetPri(), SetObj(), CpyObj();
|
---|
Note:
See
TracBrowser
for help on using the repository browser.