mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-10 02:39:35 +00:00
1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================//
|
||||
|
||||
#include "cbase.h"
|
||||
|
||||
|
||||
void GetYouTubeAPIKey( const char *pGameDir, bool bOnSteamPublic, const char **ppSource, const char **ppDeveloperTag, const char **ppDeveloperKey )
|
||||
{
|
||||
// Put your YouTube Developer key here if you're going to upload videos to YouTube
|
||||
*ppSource = "your Mod Name";
|
||||
*ppDeveloperTag = "Your mod tag";
|
||||
*ppDeveloperKey = "Your mod's developer key";
|
||||
}
|
||||
Reference in New Issue
Block a user