From 39ca43ca3b24dcae76e1283ec8af4a16c845e2b7 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 20 Sep 2017 00:29:45 +0100 Subject: More tests and adding spritesheet support --- tests/spritesheettest.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/spritesheettest.cpp (limited to 'tests/spritesheettest.cpp') diff --git a/tests/spritesheettest.cpp b/tests/spritesheettest.cpp new file mode 100644 index 00000000..675a3762 --- /dev/null +++ b/tests/spritesheettest.cpp @@ -0,0 +1,7 @@ +#include +#include + +TEST(SpriteSheet, Load) +{ + +} -- cgit