aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/graphics.h
diff options
context:
space:
mode:
authorptitSeb2017-12-11 12:24:17 +0100
committerptitSeb2017-12-11 12:24:17 +0100
commitf22ca477ab0775f285f3e6e73f9e02bd3617e135 (patch)
treec45d588d1a4c29db7fed32f76b04173ce5e7922b /src/sdl/graphics.h
parentf106bc270a56538c711c081c800daf255fecccbf (diff)
downloadhydracastlelabyrinth-f22ca477ab0775f285f3e6e73f9e02bd3617e135.tar.gz
hydracastlelabyrinth-f22ca477ab0775f285f3e6e73f9e02bd3617e135.tar.bz2
hydracastlelabyrinth-f22ca477ab0775f285f3e6e73f9e02bd3617e135.zip
Added desktop fullscreen option
Diffstat (limited to 'src/sdl/graphics.h')
-rw-r--r--src/sdl/graphics.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sdl/graphics.h b/src/sdl/graphics.h
index 459927d..d3de8bc 100644
--- a/src/sdl/graphics.h
+++ b/src/sdl/graphics.h
@@ -30,6 +30,12 @@ extern PHL_Surface screen;
extern int wantFullscreen;
extern int screenScale;
+extern int deltaX;
+extern int deltaY;
+
+extern int screenW;
+extern int screenH;
+
SDL_Color PHL_NewRGB(uint8_t r, uint8_t g, uint8_t b);
/*
{