7 lines
101 B
C++
7 lines
101 B
C++
#include <entt/entt.hpp>
|
|
|
|
int main() {
|
|
[[maybe_unused]] entt::registry registry;
|
|
return 0;
|
|
}
|