Cygwin fix.
This commit is contained in:
parent
691f096c68
commit
5329ed10a7
2 changed files with 5 additions and 0 deletions
|
@ -173,6 +173,7 @@ FGFX::update (double dt)
|
|||
void
|
||||
FGFX::play_message( SGSoundSample *_sample )
|
||||
{
|
||||
_sample->set_volume( 1.0 );
|
||||
_samplequeue.push( _sample );
|
||||
}
|
||||
void
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue