1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include <zenhttp/httpplugin.h> #if ZEN_WITH_PLUGINS namespace zen { TransportPlugin* CreateAsioTransportPlugin(); } // namespace zen #endif