home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mikrobitti Virtuaalilehti 1997
/
mbvirt1997d.iso
/
ohjelmat
/
mui38dev.lha
/
MUI
/
Developer
/
C
/
Include
/
proto
/
muimaster.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-02-12
|
254 b
|
12 lines
#ifndef PROTO_MUIMASTER_H
#define PROTO_MUIMASTER_H
#include <exec/types.h>
extern struct Library *MUIMasterBase;
#ifdef __GNUC__
#include <inline/muimaster.h>
#else
#include <clib/muimaster_protos.h>
#include <pragmas/muimaster_pragmas.h>
#endif
#endif