1
0
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:
Matt
2020-07-30 23:19:53 +02:00
parent 83355e35cc
commit 0dc43d66e4
59 changed files with 152 additions and 153 deletions

View File

@@ -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;