This commit is contained in:
jeanlemotan
2024-07-02 18:10:39 +02:00
commit 48ab06b1d9
733 changed files with 321088 additions and 0 deletions
@@ -0,0 +1,21 @@
///////////////////////////////////////////////////////////////////////////////
// Copyright (c) Electronic Arts Inc. All rights reserved.
///////////////////////////////////////////////////////////////////////////////
#ifndef EAMAIN_PRINTF_H
#define EAMAIN_PRINTF_H
#include <EAMain/internal/Version.h>
namespace EA
{
namespace EAMain
{
class IChannel;
namespace Messages
{
EAMAIN_API void Print(const char* pData);
}}}
#endif // header include guard