#include #include "Sprite.h" using namespace crepe; using namespace std; Sprite::Sprite(string path) : path(path) {}