| author | ecalot
<ecalot> 2004-06-20 19:14:08 UTC |
| committer | ecalot
<ecalot> 2004-06-20 19:14:08 UTC |
| parent | 867961bd501938d8079dc1c49a7551f2264d9366 |
| FP/src/include/output.h | +2 | -2 |
diff --git a/FP/src/include/output.h b/FP/src/include/output.h index da3b170..7a9b8ec 100644 --- a/FP/src/include/output.h +++ b/FP/src/include/output.h @@ -43,8 +43,8 @@ void outputDrawText(const char* text, int x, int y); void outputDrawMessage(const char* text); /* Sound */ -void outputPlayWav(tWave sound); /* Starts the reproduction of the sample and returns */ -void outputPlayMid(tMidi music); /* Starts the music reproduction and returns */ +void outputPlayWav(tMemory sound); /* Starts the reproduction of the sample and returns */ +void outputPlayMid(tMemory music); /* Starts the music reproduction and returns */ /* Graph */