We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#include
1 parent 33b1d26 commit 3891fafCopy full SHA for 3891faf
src/random.hpp
@@ -1,6 +1,6 @@
1
#pragma once
2
3
-#include "utils.hpp"
+#include "utils/utils.hpp"
4
#include <random>
5
6
struct Random {
src/tetrion.hpp
@@ -8,7 +8,7 @@
8
#include "tetromino.hpp"
9
#include "text.hpp"
10
#include "types.hpp"
11
12
#include <array>
13
#include <cmath>
14
#include <tl/optional.hpp>
src/utils/utils.hpp
@@ -1,7 +1,6 @@
-#include "types.hpp"
+#include "../types.hpp"
#include <algorithm>
7
#include <bit>
0 commit comments