#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 }