diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-07-30 00:05:20 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | a9cf09aa34a6be79ea6509a39076f3164993f76c (patch) | |
| tree | 8c41f5504624c7a660c5e095b9b51f994b76c95f /src/stubs.c | |
| parent | 4db15e7459ab06860cb7a7e162ca6d2b52a68b9c (diff) | |
More compiling.
Diffstat (limited to 'src/stubs.c')
| -rw-r--r-- | src/stubs.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/stubs.c b/src/stubs.c index 5d56a4e..4469610 100644 --- a/src/stubs.c +++ b/src/stubs.c @@ -19,24 +19,6 @@ extern char * SecondSoundDir; SecondSoundDir = "./sounds"; } -/* psnd.c */ -#include "psnd.h" - -void Sound_Play(SOUNDINDEX soundNumber, char* format, ...) -{ - fprintf(stderr, "Sound_Play(%d, %s)\n", soundNumber, format); -} - -void Sound_Stop(int activeSoundNumber) -{ - fprintf(stderr, "Sound_Stop(%d)\n", activeSoundNumber); -} - -void Sound_Update3d(int activeSoundNumber, VECTORCH* posn) -{ - fprintf(stderr, "Sound_Update3d(%d, %p)\n", activeSoundNumber, posn); -} - /* dd_func.cpp */ void FlipBuffers() |
