home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
gnu
/
gchsrc31
/
include
/
smallgra.h
< prev
next >
Wrap
Text File
|
1992-04-27
|
788b
|
29 lines
//////////////////////////////////////////////////////////////////////////////
//
// This file is part of the Atari Machine Specific Library,
// and is Copyright 1992 by Warwick W. Allison.
//
// You are free to copy and modify these sources, provided you acknoledge
// the origin by retaining this notice, and adhere to the conditions
// described in the file COPYING.
//
//////////////////////////////////////////////////////////////////////////////
void InitSmallGraphics();
void Colour(int C);
void Plot(int x, int y);
void Plot(int x, int y, int C);
int ColourAt(int x, int y);
void Line(int x, int y);
void Line(int x1, int y1, int x2, int y2);
void Rectangle(int x1, int y1, int x2, int y2);
void Fill(int x, int y);
int MaxX();
int MaxY();