aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Sprite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/Sprite.cpp')
-rw-r--r--src/crepe/Sprite.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/Sprite.cpp b/src/crepe/Sprite.cpp
index c835d83..a5a5e68 100644
--- a/src/crepe/Sprite.cpp
+++ b/src/crepe/Sprite.cpp
@@ -6,4 +6,3 @@ using namespace crepe;
using namespace std;
Sprite::Sprite(string path) : path(path) {}
-