|
OpenEnroth 39d87c6
|
#include "LodToolOptions.h"#include <cstdio>#include <string>#include <utility>#include <algorithm>#include <vector>#include <memory>#include "Library/Image/ImageFunctions.h"#include "Library/Image/Pcx.h"#include "Library/Image/Png.h"#include "Library/LodFormats/LodFormats.h"#include "Library/FileSystem/Directory/DirectoryFileSystem.h"#include "Library/Serialization/Serialization.h"#include "Library/Magic/Magic.h"#include "Utility/String/Format.h"#include "Utility/String/Ascii.h"#include "Utility/String/Transformations.h"#include "Utility/UnicodeCrt.h"#include "ArchiveReader.h"Classes | |
| class | DecodedEntries |
Functions | |
| static RgbaImage | renderFont (const LodFont &font) |
| DecodedEntries | decodeLodEntry (Blob entry, std::string name, bool raw, ArchiveReader *paletteReader) |
| int | runLs (const LodToolOptions &options) |
| int | runDump (const LodToolOptions &options) |
| int | runCat (const LodToolOptions &options) |
| int | runExtract (const LodToolOptions &options) |
| int | main (int argc, char **argv) |
| DecodedEntries decodeLodEntry | ( | Blob | entry, |
| std::string | name, | ||
| bool | raw, | ||
| ArchiveReader * | paletteReader | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int runCat | ( | const LodToolOptions & | options | ) |
| int runDump | ( | const LodToolOptions & | options | ) |
| int runExtract | ( | const LodToolOptions & | options | ) |
| int runLs | ( | const LodToolOptions & | options | ) |