diff options
author | Vencislav Atanasov <user890104@freemyipod.org> | 2019-07-28 23:31:50 +0300 |
---|---|---|
committer | Vencislav Atanasov <user890104@freemyipod.org> | 2019-07-29 01:59:40 +0300 |
commit | 183e45e8d0b4425bbd41fab37f2a4dc143e1e27c (patch) | |
tree | 5e25c211f6a3bd46dc594123451af00c1bf7ef9c /apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h | |
parent | e19857e712ff54cec08d5a6342a32dae2788cb50 (diff) | |
download | rockbox-183e45e8d0b4425bbd41fab37f2a4dc143e1e27c.tar.gz rockbox-183e45e8d0b4425bbd41fab37f2a4dc143e1e27c.zip |
sdl: Remove platform-specific code
Also nuke the Makefiles of Duke Nukem 3D (pun intended).
Change-Id: If2707cf079bfb9299347f9c5f980780134b6ecda
Diffstat (limited to 'apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h')
-rw-r--r-- | apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h b/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h index c8361716e3..9e74a381e4 100644 --- a/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h +++ b/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h | |||
@@ -32,11 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | |||
32 | #define __FX_MAN_H | 32 | #define __FX_MAN_H |
33 | 33 | ||
34 | #include "sndcards.h" | 34 | #include "sndcards.h" |
35 | #ifdef _WIN32 | 35 | #include <inttypes.h> |
36 | #include "../../Engine/src/windows/inttypes.h" | ||
37 | #else | ||
38 | #include <inttypes.h> | ||
39 | #endif | ||
40 | 36 | ||
41 | typedef struct | 37 | typedef struct |
42 | { | 38 | { |