mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-03 01:22:19 +00:00
8 lines
195 B
C++
8 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;
|
|
}
|