00001 // 00002 // sid_.h,v 1.1 1996/12/07 05:11:14 ms Exp 00003 // 00004 00005 #ifndef SID__H 00006 #define SID__H 00007 00008 00009 //#include <fstream.h> //ALFRED 00010 //#include <iostream.h> //ALFRED 00011 //#include <iomanip.h> //ALFRED 00012 #if defined(__BORLANDC__) 00013 #include <strstrea.h> 00014 #else 00015 // #include <strstream.h> //ALFRED - TODO 00016 #endif 00017 00018 //#include "mytypes.h" 00019 #include "myendian.h" 00020 #include "fformat.h" 00021 #include "sidtune.h" 00022 00023 #include <ctype.h> 00024 #include <string.h> 00025 00026 #endif