diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-29 01:29:43 +0100 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-29 01:29:43 +0100 |
| commit | 26bfe68b0964bf5cc94da480749cc580c9c99e78 (patch) | |
| tree | 843d54d6c3bc1709297929c95b778d0dfab320d4 /Source/Gfx.h | |
| parent | 41df9924d450f04ab2d80d5a755dcbdf8bdb8271 (diff) | |
Blue background dimensions are now limited to drawing enviroment's.
Fixed X position for "Remaining aircraft" and "Next aircraft" messages in GameGui.c
Diffstat (limited to 'Source/Gfx.h')
| -rw-r--r-- | Source/Gfx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Gfx.h b/Source/Gfx.h index 6c191bc..23f0156 100644 --- a/Source/Gfx.h +++ b/Source/Gfx.h @@ -114,6 +114,9 @@ void GfxDrawScene_NoSwap(void); void GfxDevMenuEnable(void); +short GfxGetDrawEnvWidth(void); +short GfxGetDrawEnvHeight(void); + /* ************************************* * Global variables * *************************************/ |
