Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
298 B

  1. //========== Copyright � Valve Corporation, All rights reserved. ========
  2. #ifndef JOB_NOTIFY_HDR
  3. #define JOB_NOTIFY_HDR
  4. #include "ps3/spu_job_shared.h"
  5. namespace job_notify
  6. {
  7. struct ALIGN16 NotifyArea_t
  8. {
  9. uint32 m_nCopyTo;
  10. uint32 m_nCopyFrom;
  11. uint32 m_nSpuId;
  12. }ALIGN16_POST;
  13. }
  14. #endif