home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 114
/
af114sub.adf
/
GadToolsBox3.lzx
/
GadToolsBox3
/
Developers
/
smartbitmap.image
/
include
/
clib
/
smartbitmap_protos.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
|
1998-01-11
|
348 b
|
19 lines
#ifndef CLIB_SMARTBITMAP_PROTOS_H
#define CLIB_SMARTBITMAP_PROTOS_H
/*
** $VER: smartbitmap_protos.h 1.0 (20.6.96)
**
** C prototypes. For use with 32 bit integers only.
**
** (C) Copyright 1998 Tomasz Muszynski
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
Class *GetSmartBitMapClass(void);
#endif /* CLIB_SMARTBITMAP_PROTOS_H */