EnTT
3.14.0
Loading...
Searching...
No Matches
src
entt
config
macro.h
1
#ifndef ENTT_CONFIG_MACRO_H
2
#define ENTT_CONFIG_MACRO_H
3
4
// NOLINTBEGIN(cppcoreguidelines-macro-usage)
5
6
#define ENTT_STR(arg) #arg
7
#define ENTT_XSTR(arg) ENTT_STR(arg)
8
9
// NOLINTEND(cppcoreguidelines-macro-usage)
10
11
#endif
Generated by
1.10.0