mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-06 01:00:46 +00:00
8 lines
No EOL
174 B
C++
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;
|
|
} |