#pragma once #include namespace blitz { namespace PlayerFactory { Player* CreateStudent(); } // namespace PlayerFactory } // namespace blitz