home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Misc
/
InstallerNG
/
developer
/
savagelib
/
include
/
savage
/
visible.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1999-08-14
|
217 b
|
19 lines
#ifndef SAVAGE_VISIBLE_H
#define SAVAGE_VISIBLE_H
#include <exec/types.h>
struct Visible
{
UWORD vis_MinX;
UWORD vis_MinY;
UWORD vis_MaxX;
UWORD vis_MaxY;
UWORD vis_Width;
UWORD vis_Height;
};
#endif