Enabled MOD/S3M/IT/XM support
[projects/chimara/chimara.git] / tests / soundtest.c
index b3014797f6f14435be4d40c744fe16814828d4c6..e89dcf32d0a12d372b5b115eefeaa3694542f597 100644 (file)
@@ -33,6 +33,9 @@ glk_main(void)
         return;
     }
        glk_set_window(mainwin);
+       glk_put_string("Copy a sound file to the current directory and rename it "
+           "to SND3. Supported formats: AIFF, OGG, MOD, S3M, IT, XM. Type 'play' "
+           "to play it.\n");
 
        char buffer[1024];
        int len;