FF Diff Viewer

Comparing 2006 Base SDK to Fortress Forever 2.46

cl_dll/mp3player.cpp

6789101112
#include "cbase.h" #if 0 #include "mp3player.h" #include "KeyValues.h" #include "FileSystem.h"
6789101112
#include "cbase.h" #if 1 #include "mp3player.h" #include "KeyValues.h" #include "FileSystem.h"
41424344454647
// Singleton static CMP3Player *g_pPlayer = NULL; vgui::Panel *GetSDKRootPanel(); // Time between songs #define END_GAP_TIME 1.0f
41424344454647
// Singleton static CMP3Player *g_pPlayer = NULL; vgui::Panel *GetFFRootPanel(); // Time between songs #define END_GAP_TIME 1.0f