aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Sprite.cpp
blob: a5a5e68cefc90bfba702135af9f568a147584f1d (plain)
1
2
3
4
5
6
7
8
#include <string>

#include "Sprite.h"

using namespace crepe;
using namespace std;

Sprite::Sprite(string path) : path(path) {}