Logo
Explore Help
Sign In
WallyHackenslacker/Aerofoil
1
0
Fork 0
You've already forked Aerofoil
mirror of https://github.com/elasota/Aerofoil.git synced 2026-03-01 21:34:15 +00:00
Code Issues Projects Releases Wiki Activity
Files
master
Aerofoil/PortabilityLayer/IPlotter.h

15 lines
198 B
C
Raw Permalink Normal View History

Cleanup, add scanline mask builder
2019-12-26 12:58:58 -05:00
#pragma once
Normalize line endings This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
2024-07-31 19:35:12 +12:00
#include "PlotDirection.h"
Cleanup, add scanline mask builder
2019-12-26 12:58:58 -05:00
namespace PortabilityLayer
{
struct Vec2i;
Normalize line endings This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
2024-07-31 19:35:12 +12:00
Cleanup, add scanline mask builder
2019-12-26 12:58:58 -05:00
struct IPlotter
{
virtual PlotDirection PlotNext() = 0;
virtual const Vec2i &GetPoint() const = 0;
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 1759ms Template: 108ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API