mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-15 23:00:21 -05:00
7 lines
145 B
C++
7 lines
145 B
C++
#pragma once
|
|
|
|
#include <map>
|
|
#include <vector>
|
|
#include "src/resource/Resource.h"
|
|
|
|
extern std::map<LUS::ResourceType, uint32_t> resourceVersions; |