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