raze/source/core/vmstubs.cpp
2024-10-09 15:28:22 +02:00

7 lines
148 B
C++

#include "name.h"
#include "dobject.h"
bool ShouldAllowGameSpecificVirtual(FName name, unsigned index, PType* arg, PType* varg)
{
return false;
}