Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 18, 2021 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/52d3bfe7771c10daa6bd314d3b4ce075 to your computer and use it in GitHub Desktop.
Save r-ryantm/52d3bfe7771c10daa6bd314d3b4ce075 to your computer and use it in GitHub Desktop.
/nix/store/ap5xr1ig2sra6dnag7n3qn76158qgir2-entt-3.6.0
├── include
│   └── entt
│   ├── config
│   │   ├── config.h
│   │   └── version.h
│   ├── core
│   │   ├── algorithm.hpp
│   │   ├── any.hpp
│   │   ├── attribute.h
│   │   ├── family.hpp
│   │   ├── fwd.hpp
│   │   ├── hashed_string.hpp
│   │   ├── ident.hpp
│   │   ├── monostate.hpp
│   │   ├── type_info.hpp
│   │   ├── type_traits.hpp
│   │   └── utility.hpp
│   ├── entity
│   │   ├── entity.hpp
│   │   ├── fwd.hpp
│   │   ├── group.hpp
│   │   ├── handle.hpp
│   │   ├── helper.hpp
│   │   ├── observer.hpp
│   │   ├── organizer.hpp
│   │   ├── poly_storage.hpp
│   │   ├── registry.hpp
│   │   ├── runtime_view.hpp
│   │   ├── snapshot.hpp
│   │   ├── sparse_set.hpp
│   │   ├── storage.hpp
│   │   ├── utility.hpp
│   │   ├── view.hpp
│   │   └── view_pack.hpp
│   ├── entt.hpp
│   ├── fwd.hpp
│   ├── locator
│   │   └── locator.hpp
│   ├── meta
│   │   ├── adl_pointer.hpp
│   │   ├── container.hpp
│   │   ├── ctx.hpp
│   │   ├── factory.hpp
│   │   ├── internal.hpp
│   │   ├── meta.hpp
│   │   ├── pointer.hpp
│   │   ├── policy.hpp
│   │   ├── range.hpp
│   │   ├── resolve.hpp
│   │   └── type_traits.hpp
│   ├── platform
│   │   └── android-ndk-r17.hpp
│   ├── poly
│   │   └── poly.hpp
│   ├── process
│   │   ├── process.hpp
│   │   └── scheduler.hpp
│   ├── resource
│   │   ├── cache.hpp
│   │   ├── fwd.hpp
│   │   ├── handle.hpp
│   │   └── loader.hpp
│   └── signal
│   ├── delegate.hpp
│   ├── dispatcher.hpp
│   ├── emitter.hpp
│   ├── fwd.hpp
│   └── sigh.hpp
└── lib
└── EnTT
└── cmake
├── EnTTConfig.cmake
├── EnTTConfigVersion.cmake
└── EnTTTargets.cmake
15 directories, 59 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment