Euphoria
skin.cc
Go to the documentation of this file.
1 #include "gui/skin.h"
2 #include "render/font.h"
3 
4 
5 namespace eu::gui
6 {
7  Skin::~Skin() = default;
8 }