Files
EnergyMonitor_Pico/libs/mare/mare_drawables.cpp
2021-05-20 23:05:55 +02:00

31 lines
932 B
C++

#include "mare.h"
namespace Render {
Drawable::Drawable(const size_t id, const pos_t position, const Drawable* parent) {
}
//--------+--------+--------+--------+--------+--------+--------+--------+--------+--------//
//Point
//--------+--------+--------+--------+--------+--------+--------+--------+--------+--------//
//Line
//--------+--------+--------+--------+--------+--------+--------+--------+--------+--------//
//Rectangle
//--------+--------+--------+--------+--------+--------+--------+--------+--------+--------//
//Circle
//--------+--------+--------+--------+--------+--------+--------+--------+--------+--------//
//Character
//--------+--------+--------+--------+--------+--------+--------+--------+--------+--------//
//String
//--------+--------+--------+--------+--------+--------+--------+--------+--------+--------//
//Custom
}