mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
18 lines
442 B
C++
18 lines
442 B
C++
//===== Copyright (c) 1996-2005, Valve Corporation, All rights reserved. =====//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $Workfile: $
|
|
// $NoKeywords: $
|
|
//===========================================================================//
|
|
#include "core/stdafx.h"
|
|
#include "modelinfo.h"
|
|
|
|
#ifndef CLIENT_DLL
|
|
CModelInfoServer* g_pModelInfoServer = nullptr;
|
|
#endif // CLIENT_DLL
|
|
|
|
#ifndef DEDICATED
|
|
CModelInfoClient* g_pModelInfoClient = nullptr;
|
|
#endif // DEDICATED
|