home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 55
/
Amiga_Dream_55.iso
/
RISCOS
/
MAGAZINE
/
NEWS
/
3DENGI.ZIP
/
3DEngine
/
!PlotLib
/
src
/
h
/
private
< prev
Wrap
Text File
|
1998-08-01
|
235b
|
15 lines
/*
* private.h: PlotLib private variables
*/
#ifndef PRIVATE_H
#define PRIVATE_H
extern char *PLOTLIB_v_offscreenmem;
extern int PLOTLIB_v_screen_width;
extern int PLOTLIB_v_screen_height;
extern int *PLOTLIB_DivTab;
#endif