diff options
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 7d97bd2..119f4f4 100644 --- a/src/settings.h +++ b/src/settings.h @@ -29,6 +29,11 @@ typedef struct Settings { // Fps shit. int fps; bool drawFps; + + // World render shit. + int renderWidth; + int renderHeight; + bool useWorldRenderTexture; } Settings; void initSettings(Settings * settings); |