diff options
Diffstat (limited to 'apps/plugins/sdl/progs/duke3d/Game/src/duke3d.h')
-rw-r--r-- | apps/plugins/sdl/progs/duke3d/Game/src/duke3d.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/apps/plugins/sdl/progs/duke3d/Game/src/duke3d.h b/apps/plugins/sdl/progs/duke3d/Game/src/duke3d.h index fee94d961a..02c88a42c7 100644 --- a/apps/plugins/sdl/progs/duke3d/Game/src/duke3d.h +++ b/apps/plugins/sdl/progs/duke3d/Game/src/duke3d.h | |||
@@ -28,11 +28,7 @@ Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms | |||
28 | 28 | ||
29 | #include "platform.h" | 29 | #include "platform.h" |
30 | 30 | ||
31 | #ifdef _WIN32 | ||
32 | #include "../../Engine/src/windows/inttypes.h" | ||
33 | #else | ||
34 | #include <inttypes.h> | 31 | #include <inttypes.h> |
35 | #endif | ||
36 | 32 | ||
37 | #include <fcntl.h> | 33 | #include <fcntl.h> |
38 | #include <time.h> | 34 | #include <time.h> |
@@ -50,26 +46,6 @@ Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms | |||
50 | #endif | 46 | #endif |
51 | #endif | 47 | #endif |
52 | 48 | ||
53 | #if PLATFORM_DOS | ||
54 | #include <dos.h> | ||
55 | #include <bios.h> | ||
56 | #include <io.h> | ||
57 | #define PATH_SEP_CHAR '\\' | ||
58 | #define PATH_SEP_STR "\\" | ||
59 | #endif | ||
60 | |||
61 | #if PLATFORM_UNIX && !defined(ROCKBOX) | ||
62 | #include "dukeunix.h" | ||
63 | #endif | ||
64 | |||
65 | #if PLATFORM_MACOSX | ||
66 | #include "dukeunix.h" | ||
67 | #endif | ||
68 | |||
69 | #if PLATFORM_WIN32 | ||
70 | #include "dukewin.h" | ||
71 | #endif | ||
72 | |||
73 | #ifdef ROCKBOX | 49 | #ifdef ROCKBOX |
74 | #define PLATFORM_ROCKBOX 1 | 50 | #define PLATFORM_ROCKBOX 1 |
75 | #endif | 51 | #endif |
@@ -524,11 +500,6 @@ extern struct player_struct ps[MAXPLAYERS]; | |||
524 | extern struct player_orig po[MAXPLAYERS]; | 500 | extern struct player_orig po[MAXPLAYERS]; |
525 | extern struct user_defs ud; | 501 | extern struct user_defs ud; |
526 | 502 | ||
527 | // ported build engine has this, too. --ryan. | ||
528 | #if PLATFORM_DOS | ||
529 | extern short int moustat; | ||
530 | #endif | ||
531 | |||
532 | extern short int global_random; | 503 | extern short int global_random; |
533 | extern int32_t scaredfallz; | 504 | extern int32_t scaredfallz; |
534 | extern char buf[80]; //My own generic input buffer | 505 | extern char buf[80]; //My own generic input buffer |