raze/source/core/r_data/r_translate.cpp

8 lines
174 B
C++
Raw Normal View History

2024-04-17 19:11:41 +00:00
#include "common/engine/palettecontainer.h"
#include "name.h"
// this is a stub, for now.
FTranslationID R_FindCustomTranslation(FName name)
{
return INVALID_TRANSLATION;
}