1 2 3 4 5 6 7 8 9 10 11
#pragma once #include <cstdint> #include <cstddef> namespace entityx { static const size_t MAX_COMPONENTS = 64; typedef double TimeDelta; } // namespace entityx