|
NSUNI/NSLAR Library a250670
|
Contains the enumeration of various file formats found in the games and functions to detect them. More...
#include "NNL/common/io.hpp"Go to the source code of this file.
Namespaces | |
| namespace | nnl |
| namespace | nnl::format |
| Contains the enumeration of various file formats found in the games and functions to detect them. | |
Functions | |
| FileFormat | nnl::format::Detect (BufferView buffer) |
| Detects the file format of the provided buffer. | |
| std::vector< FileFormat > | nnl::format::DetectAll (BufferView buffer) |
| Detects all possible file formats of the provided buffer. | |
Contains the enumeration of various file formats found in the games and functions to detect them.