raze/source/core/r_data/r_translate.cpp
2024-04-17 15:11:50 -04:00

8 lines
No EOL
174 B
C++

#include "common/engine/palettecontainer.h"
#include "name.h"
// this is a stub, for now.
FTranslationID R_FindCustomTranslation(FName name)
{
return INVALID_TRANSLATION;
}