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.

23 lines
598 B

  1. 
  2. //========= Copyright � 1996-2012, Valve Corporation, All rights reserved. ============//
  3. //
  4. // Purpose:
  5. //
  6. //=============================================================================//
  7. #if !defined( ENGINE_HELPER_PS3_H_ )
  8. #define ENGINE_HELPER_PS3_H_
  9. #if defined( _PS3 )
  10. class EngineHelperPS3
  11. {
  12. public:
  13. static int GetAgeRestrictionByRegion( void );
  14. static bool PS3_IsUserRestrictedFromOnline( void );
  15. static bool PS3_PendingInvitesFound( void );
  16. static void PS3_ShowInviteOverlay( void );
  17. static bool PS3_IsUserRestrictedFromChat( void );
  18. };
  19. #endif
  20. #endif // define guard