aboutsummaryrefslogtreecommitdiffstats
path: root/tests/spritesheettest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spritesheettest.cpp')
-rw-r--r--tests/spritesheettest.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spritesheettest.cpp b/tests/spritesheettest.cpp
new file mode 100644
index 00000000..b801688b
--- /dev/null
+++ b/tests/spritesheettest.cpp
@@ -0,0 +1,7 @@
+#include <yage/yage.h>
+#include <gtest/gtest.h>
+
+TEST(SpriteSheet, Load)
+{
+
+}