source: buchla-68k/orig/lib/INCLUDE/NSPAK.H

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

Imported original source code.

  • Property mode set to 100755
File size: 773 bytes
Line 
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 */
16int Clip();
17
18/* Functions in NSGRAF.O */
19int SetWind(), SetView(), WctoSc(), MoveTo(), LineTo(), ShowLine();
20int NSinit(), VPbord();
21
22/* Functions in NSSNAP.O */
23int SnapWV();
Note: See TracBrowser for help on using the repository browser.