home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Amiga Game Guide
/
AmigaGameGuide_CD.iso
/
PC
/
Tools
/
chunker
/
source
/
dechunk.h
< prev
next >
Wrap
C/C++ Source or Header
|
1977-12-31
|
373b
|
24 lines
/*************************************************************************
*
* DeChunker
*
* Copyright ©1995 Lee Kindness
* cs2lk@scms.rgu.ac.uk
*
* dechunk.h
*/
#ifndef __DECHUNK_H__
#define __DECHUNK_H__
#include <stdio.h>
#include "bfn.h"
#include "machine.h"
#include "version.h"
const char ver[] = "\0$VER: DeChunk " VERSION_NUM " " VERSION_DATE;
#endif