- removed declaration for Screen.GetTextScreenSize.

This function does not exist in GZDoom.
This commit is contained in:
Christoph Oelckers 2021-08-04 08:00:49 +02:00
parent a8a5613675
commit 28f2d36732

View file

@ -412,7 +412,6 @@ struct Screen native
native static Color PaletteColor(int index);
native static int GetWidth();
native static int GetHeight();
native static Vector2 GetTextScreenSize();
native static void Clear(int left, int top, int right, int bottom, Color color, int palcolor = -1);
native static void Dim(Color col, double amount, int x, int y, int w, int h);