EnTT
3.13.1
Loading...
Searching...
No Matches
src
entt
config
macro.h
1
#ifndef ENTT_CONFIG_MACRO_H
2
#define ENTT_CONFIG_MACRO_H
3
4
#define ENTT_STR(arg) #arg
5
#define ENTT_XSTR(arg) ENTT_STR(arg)
6
7
#endif
Generated by
1.10.0