diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-14 17:29:39 +0200 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-14 17:29:39 +0200 |
| commit | f9f4c841e77ea36797a2ea06cd8859581dfbef94 (patch) | |
| tree | 947223403341ed2fe3fbf1fcde7a0d43f6647090 /src/tools.cpp | |
| parent | 53eef99942ecca7b1dc43ec6b35d09a5fe6b1b1b (diff) | |
| download | lanes-f9f4c841e77ea36797a2ea06cd8859581dfbef94.tar.gz lanes-f9f4c841e77ea36797a2ea06cd8859581dfbef94.tar.bz2 lanes-f9f4c841e77ea36797a2ea06cd8859581dfbef94.zip | |
Shuffling code around
Diffstat (limited to 'src/tools.cpp')
| -rw-r--r-- | src/tools.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools.cpp b/src/tools.cpp index a70fdc9..eff865c 100644 --- a/src/tools.cpp +++ b/src/tools.cpp | |||
| @@ -34,6 +34,7 @@ THE SOFTWARE. | |||
| 34 | 34 | ||
| 35 | #include "tools.h" | 35 | #include "tools.h" |
| 36 | 36 | ||
| 37 | #include "debugspew.h" | ||
| 37 | #include "universe.h" | 38 | #include "universe.h" |
| 38 | 39 | ||
| 39 | DEBUGSPEW_CODE(char const* const DebugSpewIndentScope::debugspew_indent = "----+----!----+----!----+----!----+----!----+----!----+----!----+----!----+"); | 40 | DEBUGSPEW_CODE(char const* const DebugSpewIndentScope::debugspew_indent = "----+----!----+----!----+----!----+----!----+----!----+----!----+----!----+"); |
