aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/graphics.h
diff options
context:
space:
mode:
authorptitSeb2017-12-02 11:20:03 +0100
committerptitSeb2017-12-02 11:20:03 +0100
commit8b0a7091f58ee0b5ff68af9e4b14afc0ea6d6fe8 (patch)
treeaf63204f1872a8e66e9578f588aacfb450d869f4 /src/sdl/graphics.h
parentba427aba2f50a9ec34befc8369af8e9f71758554 (diff)
downloadhydracastlelabyrinth-8b0a7091f58ee0b5ff68af9e4b14afc0ea6d6fe8.tar.gz
hydracastlelabyrinth-8b0a7091f58ee0b5ff68af9e4b14afc0ea6d6fe8.tar.bz2
hydracastlelabyrinth-8b0a7091f58ee0b5ff68af9e4b14afc0ea6d6fe8.zip
Added option for Fullscreen and various screen scalling (from x1 to x4, default to x2)
Diffstat (limited to 'src/sdl/graphics.h')
-rw-r--r--src/sdl/graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sdl/graphics.h b/src/sdl/graphics.h
index 3635294..459927d 100644
--- a/src/sdl/graphics.h
+++ b/src/sdl/graphics.h
@@ -27,6 +27,9 @@ typedef struct {
*/
extern PHL_Surface screen;
+extern int wantFullscreen;
+extern int screenScale;
+
SDL_Color PHL_NewRGB(uint8_t r, uint8_t g, uint8_t b);
/*
{