raze/source/core/vmstubs.cpp

9 lines
195 B
C++
Raw Normal View History

2024-04-20 04:13:39 +00:00
#include "common/engine/palettecontainer.h"
#include "name.h"
#include "dobject.h"
bool ShouldAllowGameSpecificVirtual(FName name, unsigned index, PType* arg, PType* varg)
{
return false;
}