assets for player

This commit is contained in:
arthur.jamet
2021-05-25 14:06:57 +02:00
parent efa6d4b154
commit 5c78a4bd07
13 changed files with 31478 additions and 14 deletions

View File

@@ -6,6 +6,7 @@
*/
#include "Drawables/Image.hpp"
#include "Drawables/IDrawable.hpp"
RAY::Image::Image(const std::string &filename):
_image(LoadImage(filename.c_str()))