stackchan-display
Loading...
Searching...
No Matches
FacialDrawable.h
1
#pragma once
2
3
#include <M5Unified.h>
4
#include "Drawable.h"
5
#include "Expression.h"
6
#include "ColorPalette.h"
7
8
namespace
stackchan::display
9
{
10
class
FacialDrawable
:
public
Drawable
11
{
12
public
:
13
using
Drawable::Drawable;
14
virtual
void
draw(M5Canvas &canvas,
ExpressionWeight
&expression_weight,
ColorPalette
&palette) {};
15
};
16
}
stackchan::display::ColorPalette
Definition
ColorPalette.h:48
stackchan::display::Drawable
Definition
Drawable.h:45
stackchan::display::ExpressionWeight
Definition
Expression.h:39
stackchan::display::FacialDrawable
Definition
FacialDrawable.h:11
src
faces
FacialDrawable.h
Generated by
1.12.0