image have been enhance, so it can now be drawn on a window

This commit is contained in:
arthur.jamet
2021-05-31 21:59:54 +02:00
parent f8ca87cd9d
commit 39deddcc91
15 changed files with 121 additions and 45 deletions

View File

@@ -11,6 +11,7 @@
#include "Controllers/Mouse.hpp"
#include "Drawables/ADrawable2D.hpp"
#include "Drawables/ADrawable3D.hpp"
#include "Drawables/Image.hpp"
std::optional<RAY::Window> RAY::Window::_instance = std::nullopt;