mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-07 09:40:43 +00:00
8 lines
174 B
C++
8 lines
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;
|
||
|
}
|