Shipwright/OTRExporter/OTRExporter/VersionInfo.h

9 lines
192 B
C++

#pragma once
#include <map>
#include <vector>
#include "src/resource/Resource.h"
#define MAJOR_VERSION Ship::Version::Deckard
extern std::map<Ship::ResourceType, uint32_t> resourceVersions;