FlightGear next
|
#include "voiceplayer.hxx"
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <cmath>
#include <string>
#include <sstream>
#include <simgear/debug/logstream.hxx>
#include <simgear/sound/soundmgr.hxx>
#include <simgear/sound/sample_group.hxx>
#include <simgear/structure/exception.hxx>
Go to the source code of this file.
Macros | |
#define | ADD_VOICE(Var, Sample, Twice) |
#define | test_bits(_bits, _test) |
#define ADD_VOICE | ( | Var, | |
Sample, | |||
Twice ) |
Definition at line 58 of file voiceplayer.cxx.
#define test_bits | ( | _bits, | |
_test ) |
Definition at line 62 of file voiceplayer.cxx.