EAMainPrintf.h 466 B

123456789101112131415161718192021
  1. ///////////////////////////////////////////////////////////////////////////////
  2. // Copyright (c) Electronic Arts Inc. All rights reserved.
  3. ///////////////////////////////////////////////////////////////////////////////
  4. #ifndef EAMAIN_PRINTF_H
  5. #define EAMAIN_PRINTF_H
  6. #include <EAMain/internal/Version.h>
  7. namespace EA
  8. {
  9. namespace EAMain
  10. {
  11. class IChannel;
  12. namespace Messages
  13. {
  14. EAMAIN_API void Print(const char* pData);
  15. }}}
  16. #endif // header include guard