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