/***************************************************************************** ** ** ** Neversoft Entertainment. ** ** ** ** Copyright (C) 2002 - All Rights Reserved ** ** ** ****************************************************************************** ** ** ** Project: Skate4 ** ** ** ** Module: GameNet ** ** ** ** File name: p_voice.h ** ** ** ** Created by: 03/12/02 - SPG ** ** ** ** Description: XBox Online Voice Chat Code ** ** ** *****************************************************************************/ #ifndef __GAMENET_XBOX_P_VOICE_H #define __GAMENET_XBOX_P_VOICE_H /***************************************************************************** ** Includes ** *****************************************************************************/ #include #include #include #include /***************************************************************************** ** Defines ** *****************************************************************************/ namespace GameNet { /***************************************************************************** ** Class Definitions ** *****************************************************************************/ class VoiceMan { public: VoiceMan( void ); void Startup( void ); void Shutdown( void ); private: }; /***************************************************************************** ** Private Declarations ** *****************************************************************************/ /***************************************************************************** ** Private Prototypes ** *****************************************************************************/ /***************************************************************************** ** Public Declarations ** *****************************************************************************/ /***************************************************************************** ** Public Prototypes ** *****************************************************************************/ /***************************************************************************** ** Inline Functions ** *****************************************************************************/ /******************************************************************/ /* */ /* */ /******************************************************************/ } // namespace GameNet #endif // __GAMENET_XBOX_P_VOICE_H