Last change
on this file since 6888aa2 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
773 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | NSPAK.H -- function definition header for nsgraf
|
---|
| 4 | Version 6 -- 1987-03-23 -- D.N. Lynx Crowe
|
---|
| 5 | Copyright 1985,1986,1987 -- D.N. Lynx Crowe
|
---|
| 6 | =============================================================================
|
---|
| 7 | */
|
---|
| 8 |
|
---|
| 9 | /*
|
---|
| 10 | =============================================================================
|
---|
| 11 | Function definitions for Newman / Sproull style 2D graphics package
|
---|
| 12 | =============================================================================
|
---|
| 13 | */
|
---|
| 14 |
|
---|
| 15 | /* Functions in NSCLIP.O */
|
---|
| 16 | int Clip();
|
---|
| 17 |
|
---|
| 18 | /* Functions in NSGRAF.O */
|
---|
| 19 | int SetWind(), SetView(), WctoSc(), MoveTo(), LineTo(), ShowLine();
|
---|
| 20 | int NSinit(), VPbord();
|
---|
| 21 |
|
---|
| 22 | /* Functions in NSSNAP.O */
|
---|
| 23 | int SnapWV();
|
---|
Note:
See
TracBrowser
for help on using the repository browser.