summary refs log tree commit diff stats
path: root/src/systems/mapping.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/mapping.cpp')
-rw-r--r--src/systems/mapping.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systems/mapping.cpp b/src/systems/mapping.cpp index 8723e16..5b63ded 100644 --- a/src/systems/mapping.cpp +++ b/src/systems/mapping.cpp
@@ -3,8 +3,6 @@
3#include "game.h" 3#include "game.h"
4#include "consts.h" 4#include "consts.h"
5 5
6#include <iostream>
7
8template <typename Storage> 6template <typename Storage>
9inline void addBoundary( 7inline void addBoundary(
10 Storage& boundaries, 8 Storage& boundaries,