#pragma once #include <cstdint> #include <cstddef> namespace entityx { static const size_t MAX_COMPONENTS = 64; typedef unsigned long TimeDelta; } // namespace entityx