home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / PC / Tools / chunker / source / chunker.h < prev    next >
C/C++ Source or Header  |  1977-12-31  |  390b  |  24 lines

  1. /*************************************************************************
  2.  *
  3.  * Chunker
  4.  *
  5.  * Copyright ©1995 Lee Kindness
  6.  * cs2lk@scms.rgu.ac.uk
  7.  *
  8.  * chunker.h
  9.  */
  10.  
  11. #ifndef __CHUNKER_H__
  12. #define __CHUNKER_H__
  13.  
  14. #include <stdio.h>
  15. #include <stdlib.h>
  16. #include "bfn.h"
  17. #include "machine.h"
  18. #include "version.h"
  19.  
  20. const char ver[] = "\0$VER: Chunker " VERSION_NUM " " VERSION_DATE;
  21.  
  22. #endif
  23.  
  24.