~ubuntu-branches/ubuntu/natty/gtkboard/natty

« back to all changes in this revision

Viewing changes to src/sound.c

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2011-02-24 16:32:36 UTC
  • mto: (3.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20110224163236-trlakq1yjp0d749a
Tags: upstream-0.11pre0+cvs.2003.11.02
ImportĀ upstreamĀ versionĀ 0.11pre0+cvs.2003.11.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#include <SDL/SDL.h>
12
12
#include <SDL/SDL_mixer.h>
13
13
 
 
14
Mix_Music *music = NULL;
 
15
 
 
16
#endif
 
17
 
14
18
extern gboolean opt_verbose;
15
19
 
16
 
Mix_Music *music = NULL;
17
 
 
18
 
#endif
19
 
 
20
20
char *sound_dir = NULL;
21
21
 
22
22
gboolean sound_initialized = FALSE;