aboutsummaryrefslogtreecommitdiff
path: root/src/nameof.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/nameof.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/nameof.h')
-rw-r--r--src/nameof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nameof.h b/src/nameof.h
index 0e15a70..6709a16 100644
--- a/src/nameof.h
+++ b/src/nameof.h
@@ -1,5 +1,5 @@
1#pragma once 1#pragma once
2 2
3#include "macros_and_utils.h" 3#include "macros_and_utils.hpp"
4 4
5LUAG_FUNC(nameof); 5LUAG_FUNC(nameof);