aboutsummaryrefslogtreecommitdiffstats
path: root/yage/render/spritebatch.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-06-22 00:07:08 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-06-22 00:07:08 +0100
commit8e038f0114a6a2f6d2971ac9772bd0a053e3ccef (patch)
tree585a6083d56ce5c46e02eda4ba83001cd6c281d8 /yage/render/spritebatch.cpp
parent9f2a6274a2e634e9b9b862f8b0c00a6a75768342 (diff)
downloadYAGE-8e038f0114a6a2f6d2971ac9772bd0a053e3ccef.tar.gz
YAGE-8e038f0114a6a2f6d2971ac9772bd0a053e3ccef.zip
Removing iostream
Diffstat (limited to 'yage/render/spritebatch.cpp')
-rw-r--r--yage/render/spritebatch.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/yage/render/spritebatch.cpp b/yage/render/spritebatch.cpp
index fc0103f4..bfce102a 100644
--- a/yage/render/spritebatch.cpp
+++ b/yage/render/spritebatch.cpp
@@ -11,11 +11,8 @@
#include "../core/logger.h"
#include <algorithm>
-#include <iostream>
#include <stdexcept>
-using std::cout;
-
#include <GLFW/glfw3.h>
namespace yage