
Go to the source code of this file.
Macros | |
| #define | EX_PI 3.1415926535 |
| #define | SPEED_OF_SOUND 340.0 |
| #define | NB_CRASH_SOUND 6 |
| #define | NB_ENGINE_SOUND 6 |
| #define | ACTIVE_VOLUME 0x01 |
| #define | ACTIVE_PITCH 0x02 |
| #define | ACTIVE_LP_FILTER 0x04 |
| #define | ACTIVE_HP_FILTER 0x08 |
| #define | ACTIVE_BP_FILTER 0x10 |
| #define | ACTIVE_DISTORT_FILTER 0x20 |
| #define ACTIVE_BP_FILTER 0x10 |
Definition at line 18 of file sound_defines.h.
| #define ACTIVE_DISTORT_FILTER 0x20 |
Definition at line 19 of file sound_defines.h.
| #define ACTIVE_HP_FILTER 0x08 |
Definition at line 17 of file sound_defines.h.
| #define ACTIVE_LP_FILTER 0x04 |
Definition at line 16 of file sound_defines.h.
| #define ACTIVE_PITCH 0x02 |
Definition at line 15 of file sound_defines.h.
| #define ACTIVE_VOLUME 0x01 |
Definition at line 14 of file sound_defines.h.
| #define EX_PI 3.1415926535 |
Definition at line 4 of file sound_defines.h.
| #define NB_CRASH_SOUND 6 |
Definition at line 11 of file sound_defines.h.
| #define NB_ENGINE_SOUND 6 |
Definition at line 12 of file sound_defines.h.
| #define SPEED_OF_SOUND 340.0 |
Definition at line 10 of file sound_defines.h.