aboutsummaryrefslogtreecommitdiffstats
path: root/test/test002.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test002.cpp')
-rw-r--r--test/test002.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test002.cpp b/test/test002.cpp
new file mode 100644
index 0000000..3e8164f
--- /dev/null
+++ b/test/test002.cpp
@@ -0,0 +1,10 @@
+#include <YAGE/spritebatch.hpp>
+
+#include <iostream>
+
+int main(int, char**)
+{
+ yage::SpriteBatch sp;
+ std::cout<<"Hello World 1!\n";
+ return 1;
+}