From 8ad11975221b1448865400cab14a1560b71c6ade Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 7 May 2022 23:51:13 +0200 Subject: Added support for sample dump loading --- Source.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source.h') diff --git a/Source.h b/Source.h index 547fd0e..c1d0876 100644 --- a/Source.h +++ b/Source.h @@ -2,11 +2,11 @@ #include -#include "Killmail.h" +#include "Grid.h" struct Source { virtual ~Source() = default; - virtual std::vector all() const = 0; // maybe an immutable view instead of a copy? + virtual std::vector grids() const = 0; }; -- cgit v1.1