X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finclude%2Fcdintf.h;h=020af47cbfa3ce1ecfc9281d9715c6133f61c0bc;hb=42a0fe10ada4fb012e64ae248073d23325d59016;hp=30fc922402b250bbc5ec1d9a7804addce2abeea7;hpb=eb57307632529ea8f9ef274d675543ccb3f227d0;p=virtualjaguar diff --git a/src/include/cdintf.h b/src/include/cdintf.h index 30fc922..020af47 100644 --- a/src/include/cdintf.h +++ b/src/include/cdintf.h @@ -4,6 +4,9 @@ // by James L. Hammons // +#ifndef __CDINTF_H__ +#define __CDINTF_H__ + #include "types.h" bool CDIntfInit(void); @@ -15,3 +18,5 @@ uint32 CDIntfGetCurrentDrive(void); const uint8 * CDIntfGetDriveName(uint32); uint8 CDIntfGetSessionInfo(uint32, uint32); uint8 CDIntfGetTrackInfo(uint32, uint32); + +#endif // __CDINTF_H__