X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSettings.h;h=e28e3467f72926f2397e73b4d82c88839499ab16;hb=ab5bc544c31256420f735c48723d9e7f7445b8ef;hp=0cd26780871393d86267c141152c58a64754e770;hpb=f2af094c2b32baf5b605214f5451df5cc8f611a1;p=lugaru.git diff --git a/Source/Settings.h b/Source/Settings.h index 0cd2678..e28e346 100644 --- a/Source/Settings.h +++ b/Source/Settings.h @@ -54,6 +54,7 @@ extern int kBitsPerPixel; extern int kContextWidth; extern int kContextHeight; extern float screenwidth, screenheight; +extern bool fullscreen; void DefaultSettings(); void SaveSettings();