aboutsummaryrefslogtreecommitdiff
path: root/src/nameof.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nameof.hpp')
-rw-r--r--src/nameof.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nameof.hpp b/src/nameof.hpp
new file mode 100644
index 0000000..6709a16
--- /dev/null
+++ b/src/nameof.hpp
@@ -0,0 +1,5 @@
1#pragma once
2
3#include "macros_and_utils.hpp"
4
5LUAG_FUNC(nameof);