File: blockade-snd.c

package info (click to toggle)
blockade 20041028-9
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k, lenny
  • size: 500 kB
  • ctags: 804
  • sloc: ansic: 7,485; sh: 177; makefile: 86
file content (11 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright status: this file is in the public domain. */

#include "blockade-snd.h"

void setup_sound(void)
{
}

void playsound(int n __attribute__((__unused__)))
{
}