diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index c4300d1..57824b5 100644 --- a/src/config.h +++ b/src/config.h @@ -2,17 +2,22 @@ typedef struct { float titleY; + float titleX; float barY; float barHeight; float barWidth; float barX; float statusY; + float statusX; float btnRadius; float helpY; + float helpX; float btnY; float btnCenterX; float smartPlayY; + float smartPlayX; float secNavY; + float secNavX; } UILayout; int config_load(const char *exePath, UILayout *layout); |
