#pragma once #include "NetworkBase.h" #ifndef DISABLE_NETWORK class NetworkClient final : public NetworkBase { public: }; #endif // DISABLE_NETWORK