X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fnitfol%2Fno_snd.c;fp=interpreters%2Fnitfol%2Fno_snd.c;h=064bc755ea72a87a86321da4ad7576a92fe51f9a;hb=b1f1dc50b22b30c4d7176e1ff7c0805e80fe0724;hp=0000000000000000000000000000000000000000;hpb=50176172d18ae72d019181725c5629d45d21c548;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/nitfol/no_snd.c b/interpreters/nitfol/no_snd.c new file mode 100644 index 0000000..064bc75 --- /dev/null +++ b/interpreters/nitfol/no_snd.c @@ -0,0 +1,21 @@ +#include "nitfol.h" + +void init_sound(void) +{ + ; +} + +void kill_sound(void) +{ + ; +} + +void op_sound_effect(void) +{ + ; +} + +void check_sound(event_t unused) +{ + ; +}