mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-11 21:31:37 +00:00
9 lines
195 B
C++
9 lines
195 B
C++
|
#include "common/engine/palettecontainer.h"
|
||
|
#include "name.h"
|
||
|
#include "dobject.h"
|
||
|
|
||
|
bool ShouldAllowGameSpecificVirtual(FName name, unsigned index, PType* arg, PType* varg)
|
||
|
{
|
||
|
return false;
|
||
|
}
|