aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/graphics.h
diff options
context:
space:
mode:
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);
/*
{