OpenRCT2/src/audio
Michał Janiszewski 2b02a04114 Use C++'s std::abs instead of C's to get floats
C's abs() will only work on int values, only std::abs will get floats.
2015-11-11 08:16:36 +01:00
..
audio.c Add get_current_rotation function and DEBUG_LEVEL macros 2015-11-02 22:58:15 +01:00
audio.h Add safe_strncpy function 2015-10-30 16:01:00 +01:00
mixer.cpp Use C++'s std::abs instead of C's to get floats 2015-11-11 08:16:36 +01:00
mixer.h Init all fields in audio classes 2015-11-02 22:58:15 +01:00