1 2 3 4 5 6 7 8 9
#include <string> #include "Sprite.h" using namespace crepe; using namespace std; Sprite::Sprite(string path) : path(path) {}