[go: up one dir, main page]

File: sound.h

package info (click to toggle)
fookb 3.0-3.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 372 kB
  • ctags: 46
  • sloc: ansic: 597; makefile: 88; sh: 44
file content (13 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * File: sound.h
 *
 * (c) 1998-2002 Alexey Vyskubov <alexey@mawhrin.net>
 *
 */

#ifndef SOUND_H
#define SOUND_H

void drip(void);

#endif