#pragma once #include #include namespace entityx { static const size_t MAX_COMPONENTS = @ENTITYX_MAX_COMPONENTS@; typedef @ENTITYX_DT_TYPE@ TimeDelta; } // namespace entityx