placeholders fro drawables

This commit is contained in:
Emanuele Trabattoni
2021-05-20 23:05:55 +02:00
parent 263741519b
commit b8ef6b7231
4 changed files with 206 additions and 20 deletions

View File

@@ -0,0 +1,31 @@
#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
}