aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 588937c..612cfb1 100644
--- a/src/game.h
+++ b/src/game.h
@@ -29,6 +29,7 @@ struct Game {
RenderTexture render;
float scale;
Rectangle destination;
+ AssetId postprocesserShader;
bool ultraWideMode;
} screen;
};