#pragma once #include #include namespace entityx { static const size_t MAX_COMPONENTS = 64; typedef double TimeDelta; } // namespace entityx