home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************/
- /* (C) Janus Drozd, 1992, 93, 94, 95, 96, 97, 98, 99 */
- /* Verze: 6.0 (32-bit) */
- /****************************************************************************/
- #ifndef __CDP_H__
- #define __CDP_H__
-
- #define CDP_SIZE 5000
-
- typedef struct cd_t
- { byte internal_data[CDP_SIZE];
- } cd_t;
-
- typedef struct cd_t * cdp_t;
-
- #endif /* !def __CDP_H_ */
-
-