aboutsummaryrefslogtreecommitdiffstats
path: root/tests/particlebodytest.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-10-12 14:57:26 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-10-12 14:57:26 +0100
commit1bb0ef8960c71ef505a351702bec54c01ba15e22 (patch)
tree365811364237f1e55e66f421b93cad8adcf51eda /tests/particlebodytest.cpp
parentba733040afb85d4c287a2ec464db05cb86a53fca (diff)
downloadYAGE-1bb0ef8960c71ef505a351702bec54c01ba15e22.tar.gz
YAGE-1bb0ef8960c71ef505a351702bec54c01ba15e22.zip
Fixing spritesheet and fixed #12
Diffstat (limited to 'tests/particlebodytest.cpp')
-rw-r--r--tests/particlebodytest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/particlebodytest.cpp b/tests/particlebodytest.cpp
index 4b8c92b2..41c9a5c9 100644
--- a/tests/particlebodytest.cpp
+++ b/tests/particlebodytest.cpp
@@ -6,8 +6,8 @@
* ----------------------------------------------------------------------------
*/
-#include <yage/yage.h>
#include <gtest/gtest.h>
+#include <yage/yage.h>
#include <cmath>
#include <cstdlib>