#include "include/draw.h" Draw::LoadImgDraw(string file) { screen = IMG_Load (file.c_str()); }