mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-01 13:52:19 -05:00
3914781ebf
Co-authored-by: briaguya <briaguya> Co-authored-by: Christopher Leggett <chris@leggett.dev> Co-authored-by: David Chavez <davi@dcvz.io>
9 lines
192 B
C++
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; |