mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-01 11:43:41 +00:00
11 lines
158 B
C
11 lines
158 B
C
#ifndef ENTT_CONFIG_VERSION_H
|
|
#define ENTT_CONFIG_VERSION_H
|
|
|
|
|
|
#define ENTT_VERSION_MAJOR 3
|
|
#define ENTT_VERSION_MINOR 8
|
|
#define ENTT_VERSION_PATCH 1
|
|
|
|
|
|
#endif
|