aboutsummaryrefslogtreecommitdiff
path: root/src/nameof.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-29 14:27:17 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-29 14:27:17 +0200
commit4007dbf5a2262a7c4f2f26089071942dde7c3a91 (patch)
treea53df94b2d640d9b374241fdec8905864a012c01 /src/nameof.h
parent5890678289e28cc9e666c1dda8265712bd27ac03 (diff)
downloadlanes-4007dbf5a2262a7c4f2f26089071942dde7c3a91.tar.gz
lanes-4007dbf5a2262a7c4f2f26089071942dde7c3a91.tar.bz2
lanes-4007dbf5a2262a7c4f2f26089071942dde7c3a91.zip
Moved implementation of lanes.nameof in a separate file
Diffstat (limited to 'src/nameof.h')
-rw-r--r--src/nameof.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nameof.h b/src/nameof.h
new file mode 100644
index 0000000..0e15a70
--- /dev/null
+++ b/src/nameof.h
@@ -0,0 +1,5 @@
1#pragma once
2
3#include "macros_and_utils.h"
4
5LUAG_FUNC(nameof);