aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 17:46:27 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 17:46:27 +0100
commit37ac808a4f16a826342964d13443689978bd8542 (patch)
tree720452fa248e2a8a9b01c667174d451d6eb97ad1 /src/state.h
parent96a63454957ef3bc6d70a413c0793771c5568ed0 (diff)
downloadlanes-37ac808a4f16a826342964d13443689978bd8542.tar.gz
lanes-37ac808a4f16a826342964d13443689978bd8542.tar.bz2
lanes-37ac808a4f16a826342964d13443689978bd8542.zip
Renamed macros_and_utils.h → macros_and_utils.hpp
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h
index a6bb43b..ecf1ce8 100644
--- a/src/state.h
+++ b/src/state.h
@@ -1,7 +1,7 @@
1#pragma once 1#pragma once
2 2
3#include "debugspew.h" 3#include "debugspew.h"
4#include "macros_and_utils.h" 4#include "macros_and_utils.hpp"
5 5
6// forwards 6// forwards
7enum class LookupMode; 7enum class LookupMode;