]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameDraw.cpp
Migrate some more definitions from Constants.h
[lugaru.git] / Source / GameDraw.cpp
index d5ba8621a64158a14e0641caa559469ee01769a6..2b2c8b7cf9948b3b0eb0fc09dddc33292b0cae53 100644 (file)
@@ -132,6 +132,11 @@ extern bool gamestarted;
 
 extern bool showdamagebar;
 
+enum drawmodes {
+  normalmode, motionblurmode, radialzoommode,
+  realmotionblurmode, doublevisionmode, glowmode,
+};
+
 void Game::flash() { // shouldn't be that way, these should be attributes and Person class should not change rendering.
        flashr=1;
        flashg=0;