mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-08 20:48:11 +00:00
8 lines
129 B
C
8 lines
129 B
C
#ifndef ENTT_CONFIG_MACRO_H
|
|
#define ENTT_CONFIG_MACRO_H
|
|
|
|
#define ENTT_STR(arg) #arg
|
|
#define ENTT_XSTR(arg) ENTT_STR(arg)
|
|
|
|
#endif
|