home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / CD32_Support / examples / SA_Examples / lowlevel / ReadJoyPort / revision.c < prev   
Encoding:
C/C++ Source or Header  |  1993-08-31  |  163 b   |  10 lines

  1. #include <exec/types.h>
  2.  
  3. #include "readjoyport_rev.h"
  4.  
  5. UBYTE *VerTitle=VERS;
  6. UBYTE *Revision=VERSTAG;
  7.  
  8. UWORD VersionNumber=VERSION;
  9. UWORD RevisionNumber=REVISION;
  10.