|
Lib
QOLを高める
|
#include "stdafx.h"#include "include/file.h"#include "include/exceptions.h"#include <windows.h>#include <memory>#include <array>#include <string>Go to the source code of this file.
Namespaces | |
| yappy | |
| yappy::file | |
| File abstract layer. | |
Functions | |
| void | yappy::file::initWithFileSystem (const wchar_t *rootDir) |
| Uses real file system. More... | |
| void | yappy::file::initWithArchiveFile (const wchar_t *archiveFile) |
| Uses archive file. More... | |
| std::vector< uint8_t > | yappy::file::loadFile (const wchar_t *fileName) |
| Load file from abstract file system. More... | |
1.8.11