home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 114
/
af114sub.adf
/
GadToolsBox3.lzx
/
GadToolsBox3
/
Developers
/
progress.gadget
/
include
/
clib
/
progress_protos.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1996-07-04
|
333 b
|
19 lines
#ifndef CLIB_PROGRESS_PROTOS_H
#define CLIB_PROGRESS_PROTOS_H
/*
** $VER: progress_protos.h 1.0 (20.6.96)
**
** C prototypes. For use with 32 bit integers only.
**
** (C) Copyright 1996 Tomasz Muszynski
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
Class *GetProgressClass(void);
#endif /* CLIB_PROGRESS_PROTOS_H */