Skip to content

Instantly share code, notes, and snippets.

@sbuller
sbuller / display.h
Created March 1, 2012 22:15 — forked from sbuller/draw.h
Type based view
#pragma once
class Display {
};
class ncursesDisplay: public Display {
/*
* Print blits images to the output buffer, with an emphasis on font
* rendering. The class passed is the means of selecting the font,
* the particulars of this mechanism are not yet defined.