~ubuntu-branches/ubuntu/wily/gargoyle-free/wily-proposed

« back to all changes in this revision

Viewing changes to terps/nitfol/no_snd.c

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Beucler
  • Date: 2009-09-11 20:09:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090911200943-idgzoyupq6650zpn
Tags: upstream-2009-08-25
ImportĀ upstreamĀ versionĀ 2009-08-25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "nitfol.h"
 
2
 
 
3
void init_sound(void)
 
4
{
 
5
  ;
 
6
}
 
7
 
 
8
void kill_sound(void)
 
9
{
 
10
  ;
 
11
}
 
12
 
 
13
void op_sound_effect(void)
 
14
{
 
15
  ;
 
16
}
 
17
 
 
18
void check_sound(event_t unused)
 
19
{
 
20
  ;
 
21
}