home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
System
/
BoingBag1
/
Contributions
/
InstallerNG
/
GUI-API
/
savagelib
/
include
/
savage
/
visible.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-08-14
|
217b
|
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