raze/source/core/vmstubs.cpp

22 lines
No EOL
308 B
C++

#include "name.h"
#include "dobject.h"
bool ShouldAllowGameSpecificVirtual(FName name, unsigned index, PType* arg, PType* varg)
{
return false;
}
void DObject::EnableNetworking(const bool enable)
{
return;
}
void DObject::RemoveFromNetwork(void)
{
return;
}
void DObject::ClearNetworkID()
{
return;
}