aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Sprite.cpp
blob: c835d83f4e62a7fcb000c00878eca89cc3c4b28d (plain)
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) {}