r5sdk/r5dev/engine/common.cpp

21 lines
456 B
C++

//=====================================================================================//
//
// Purpose:
//
//=====================================================================================//
#include <core/stdafx.h>
#include <engine/common.h>
/*
==============================
COM_ExplainDisconnection
==============================
*/
void* HCOM_ExplainDisconnection(void* unused, const char* fmt, ...)
{
// !TODO: rebuild.
return nullptr;
}