~ubuntu-branches/ubuntu/natty/rss-glx/natty

« back to all changes in this revision

Viewing changes to reallyslick/cpp_src/skyrocket_sound.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-04-13 19:40:44 UTC
  • mto: (1.3.1 upstream) (2.1.4 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20090413194044-e17hyf7pzkf5wkqo
ImportĀ upstreamĀ versionĀ 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifdef HAVE_OPENAL
22
22
 
23
23
#include <math.h>
 
24
#include <stdlib.h>
24
25
#include <AL/al.h>
25
26
#include <AL/alut.h>
26
27