From f978c1bed85961e102951340669ca873328bcef3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 11 Feb 2017 17:13:02 +0300 Subject: Add VirtFile struct and replace all Phyfs_file usage to this struct. --- src/utils/virtfsrwops.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/virtfsrwops.h') diff --git a/src/utils/virtfsrwops.h b/src/utils/virtfsrwops.h index c937fe543..5a8871377 100644 --- a/src/utils/virtfsrwops.h +++ b/src/utils/virtfsrwops.h @@ -49,7 +49,7 @@ #include -#include "utils/virtfs.h" +struct VirtFile; namespace VirtFs { @@ -64,7 +64,7 @@ namespace VirtFs SDL_RWops *RWopsOpenWrite(const char *const fname) A_WARN_UNUSED; SDL_RWops *RWopsOpenAppend(const char *const fname) A_WARN_UNUSED; - SDL_RWops *MakeRWops(PHYSFS_file *const handle) A_WARN_UNUSED; + SDL_RWops *MakeRWops(VirtFile *const handle) A_WARN_UNUSED; #ifdef DUMP_LEAKED_RESOURCES void reportRWops(); #endif // DUMP_LEAKED_RESOURCES -- cgit v1.2.3-60-g2f50