- reinstated accidentally deleted AddTranslation declaration.

This commit is contained in:
Christoph Oelckers 2020-10-17 11:43:49 +02:00
parent 0526e0e04e
commit 3b45f1ceb8
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ extend struct Translation
{
Color colors[256];
native int AddTranslation();
native static bool SetPlayerTranslation(int group, int num, int plrnum, PlayerClass pclass);
native static int GetID(Name transname);
}