ManaPlus
|
#include "fs/virtfs/fsziprwops.h"
#include "logger.h"
#include "fs/virtfs/file.h"
#include "fs/virtfs/fsfuncs.h"
#include "utils/cast.h"
#include <SDL_rwops.h>
#include "debug.h"
Go to the source code of this file.
Namespaces | |
VirtFs | |
VirtFs::FsZip | |
Functions | |
int32_t | VirtFs::FsZip::rwops_seek (SDL_RWops *const rw, const int32_t offset, const int whence) |
int | VirtFs::FsZip::rwops_read (SDL_RWops *const rw, void *const ptr, const int size, const int maxnum) |
int | VirtFs::FsZip::rwops_write (SDL_RWops *const rw, const void *const ptr, const int size, const int num) |
int | VirtFs::FsZip::rwops_close (SDL_RWops *const rw) |