mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +01:00
Remove the use of INTERFACE macro and macro its self
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include <algorithm>
|
||||
#include <unordered_map>
|
||||
|
||||
INTERFACE IFileDataRetriever
|
||||
struct IFileDataRetriever
|
||||
{
|
||||
virtual ~IFileDataRetriever() = default;
|
||||
virtual std::vector<uint8_t> GetData(const std::string_view& path) const abstract;
|
||||
|
||||
Reference in New Issue
Block a user