summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/progs/duke3d/Engine/src/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/progs/duke3d/Engine/src/filesystem.h')
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/filesystem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/filesystem.h b/apps/plugins/sdl/progs/duke3d/Engine/src/filesystem.h
index 59e0e9e530..fe172072b5 100644
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/filesystem.h
+++ b/apps/plugins/sdl/progs/duke3d/Engine/src/filesystem.h
@@ -42,8 +42,6 @@ void setGameDir(char* gameDir);
42 42
43int32_t TCkopen4load(const char *filename, int32_t readfromGRP); 43int32_t TCkopen4load(const char *filename, int32_t readfromGRP);
44 44
45#if defined(__APPLE__) || defined(__linux__)
46int32_t filelength(int32_t fd); 45int32_t filelength(int32_t fd);
47#endif
48 46
49#endif 47#endif