#include <string>
#include <variant>
#include <vector>
#include <memory>
#include <stdint.h>
#include "ship/resource/ResourceIdentifier.h"
#include "ship/resource/ResourceType.h"
#include "ship/utils/binarytools/BinaryReader.h"
Go to the source code of this file.
|
| namespace | Ship |
| | Core namespace for the libultraship engine framework.
|
| |
◆ RESOURCE_FORMAT_BINARY
| #define RESOURCE_FORMAT_BINARY 0 |
Format tag indicating the resource data is stored as raw binary.
◆ RESOURCE_FORMAT_XML
| #define RESOURCE_FORMAT_XML 1 |
Format tag indicating the resource data is stored as XML.