summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/progs/duke3d/Game/src/dukerockbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/progs/duke3d/Game/src/dukerockbox.h')
-rw-r--r--apps/plugins/sdl/progs/duke3d/Game/src/dukerockbox.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/plugins/sdl/progs/duke3d/Game/src/dukerockbox.h b/apps/plugins/sdl/progs/duke3d/Game/src/dukerockbox.h
index 9035336b8a..a5806b14b9 100644
--- a/apps/plugins/sdl/progs/duke3d/Game/src/dukerockbox.h
+++ b/apps/plugins/sdl/progs/duke3d/Game/src/dukerockbox.h
@@ -32,25 +32,6 @@
32#define O_BINARY 0 32#define O_BINARY 0
33#endif 33#endif
34 34
35struct find_t
36{
37 DIR *dir;
38 char pattern[MAX_PATH];
39 char name[MAX_PATH];
40};
41int _dos_findfirst(char *filename, int x, struct find_t *f);
42int _dos_findnext(struct find_t *f);
43
44struct dosdate_t
45{
46 uint8_t day;
47 uint8_t month;
48 unsigned int year;
49 uint8_t dayofweek;
50};
51
52void _dos_getdate(struct dosdate_t *date);
53
54#ifndef min 35#ifndef min
55#define min(x, y) ((x) < (y) ? (x) : (y)) 36#define min(x, y) ((x) < (y) ? (x) : (y))
56#endif 37#endif