mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-17 14:07:48 +00:00
1
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef REPLAYYOUTUBEAPI_H
|
||||
#define REPLAYYOUTUBEAPI_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
class IReplayMovie;
|
||||
namespace vgui { class Panel; };
|
||||
|
||||
/**
|
||||
* Show the YouTube login dialog and attempt to upload the movie if login was successful
|
||||
* @param pMovie
|
||||
* @param pParent
|
||||
*/
|
||||
void YouTube_ShowLoginDialog( IReplayMovie *pMovie, vgui::Panel *pParent );
|
||||
|
||||
/**
|
||||
*
|
||||
* Show the YouTube upload dialog and upload the movie
|
||||
* @param pMovie
|
||||
* @param pParent
|
||||
*/
|
||||
void YouTube_ShowUploadDialog( IReplayMovie *pMovie, vgui::Panel *pParent );
|
||||
|
||||
#endif // REPLAYYOUTUBEAPI_H
|
||||
Reference in New Issue
Block a user