mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-24 20:31:39 +00:00
- removed declaration for Screen.GetTextScreenSize.
This function does not exist in GZDoom.
This commit is contained in:
parent
a8a5613675
commit
28f2d36732
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue