aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscatterflower <marisaposs@gameboyprinter.moe>2020-08-15 19:47:24 -0500
committerscatterflower <marisaposs@gameboyprinter.moe>2020-08-15 19:47:24 -0500
commit102ca4d64143ecb9401fdb1627ada00194d58dd1 (patch)
tree7fcde2ae1ca4620045a23ef29291268313a4ebd7 /include
parent8b44d4ae9599a90579c4fb974fab1704ace8d131 (diff)
Create brushes for area list once
Diffstat (limited to 'include')
-rw-r--r--include/courtroom.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index e7a51d37..f1cb0265 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -457,6 +457,14 @@ private:
QString current_background = "default";
QString current_side = "";
+ QBrush free_brush;
+ QBrush lfp_brush;
+ QBrush casing_brush;
+ QBrush recess_brush;
+ QBrush rp_brush;
+ QBrush gaming_brush;
+ QBrush locked_brush;
+
AOMusicPlayer *music_player;
AOSfxPlayer *sfx_player;
AOSfxPlayer *objection_player;