aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/game.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-03-29 17:20:27 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:56:57 +0200
commitacf72075ed32e5a679d49ffedc0c28d8ac2aea8b (patch)
tree3efaa0c4eb4d750e5e55393e37b40228a102f9f2 /src/interfaces/game.hpp
parent6bea1363c9b3f01fec5b54fd0f3a3ee91fa16672 (diff)
chore: add nolint comments to interfaces
Diffstat (limited to 'src/interfaces/game.hpp')
-rw-r--r--src/interfaces/game.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/game.hpp b/src/interfaces/game.hpp
index 6836dbd..3e547f5 100644
--- a/src/interfaces/game.hpp
+++ b/src/interfaces/game.hpp
@@ -8,6 +8,7 @@
#include <memory>
#include <unordered_map>
+// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions)
class IGame
{
public: