Pico Unreal Platform SDK
OnlineSubsystemPicoPackage.h
1// Copyright 2022 Pico Technology Co., Ltd.All rights reserved.
2// This plugin incorporates portions of the Unreal® Engine. Unreal® is a trademark or registered trademark of Epic Games, Inc.In the United States of America and elsewhere.
3// Unreal® Engine, Copyright 1998 – 2022, Epic Games, Inc.All rights reserved.
4
5#undef PACKAGE_SCOPE
6#ifdef ONLINESUBSYSTEMPICO_PACKAGE
7#define PACKAGE_SCOPE public
8#else
9#define PACKAGE_SCOPE protected
10#endif