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.

27 lines
442 B

  1. #include "tier0/platform.h"
  2. #ifndef _PS3
  3. #error "Error: _PS3 not defined in PS3-specific file"
  4. #endif // _PS3
  5. #ifdef _DEBUG
  6. #define tier0_ps3 tier0_dbg
  7. #else
  8. #define tier0_ps3 tier0_rel
  9. #endif
  10. #ifdef _DEBUG
  11. #include "Debug_PS3/prxexport.inl"
  12. #else
  13. #include "Release_PS3/prxexport.inl"
  14. #endif
  15. extern void _tier0_ps3_prx_required_for_linking();
  16. void _tier0_ps3_prx_required_for_linking_prx()
  17. {
  18. _tier0_ps3_prx_required_for_linking();
  19. }