More compiling.
This commit is contained in:
parent
4db15e7459
commit
a9cf09aa34
9 changed files with 49 additions and 59 deletions
18
src/stubs.c
18
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue