mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Cleanup, add scanline mask builder
This commit is contained in:
14
PortabilityLayer/IPlotter.h
Normal file
14
PortabilityLayer/IPlotter.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "PlotDirection.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
struct Vec2i;
|
||||
|
||||
struct IPlotter
|
||||
{
|
||||
virtual PlotDirection PlotNext() = 0;
|
||||
virtual const Vec2i &GetPoint() const = 0;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user