File: sound.h

package info (click to toggle)
invaders 1.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 176 kB
  • ctags: 192
  • sloc: ansic: 678; sh: 70; makefile: 39; asm: 28
file content (9 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#ifndef __SOUND_H
#define __SOUND_H

#include "types.h"

void sound_freq (uint32 freq);
void sound_nosound ();

#endif