mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- reinstated accidentally deleted AddTranslation declaration.
This commit is contained in:
parent
0526e0e04e
commit
3b45f1ceb8
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ extend struct Translation
|
||||||
{
|
{
|
||||||
Color colors[256];
|
Color colors[256];
|
||||||
|
|
||||||
|
native int AddTranslation();
|
||||||
native static bool SetPlayerTranslation(int group, int num, int plrnum, PlayerClass pclass);
|
native static bool SetPlayerTranslation(int group, int num, int plrnum, PlayerClass pclass);
|
||||||
native static int GetID(Name transname);
|
native static int GetID(Name transname);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue