1
0
Fork 0

Cygwin fix.

This commit is contained in:
curt 2006-01-10 02:49:52 +00:00
parent 691f096c68
commit 5329ed10a7
2 changed files with 5 additions and 0 deletions

View file

@ -173,6 +173,7 @@ FGFX::update (double dt)
void
FGFX::play_message( SGSoundSample *_sample )
{
_sample->set_volume( 1.0 );
_samplequeue.push( _sample );
}
void

View file

@ -24,6 +24,10 @@
#ifndef __FGFX_HXX
#define __FGFX_HXX 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/compiler.h>
#include <queue>