aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
authorRosemary Witchaven <32779090+in1tiate@users.noreply.github.com>2022-05-21 09:21:34 -0500
committerGitHub <noreply@github.com>2022-05-21 16:21:34 +0200
commit94dbdf73e06c95144efc88fb6a74ddb517613186 (patch)
tree8d03f68720cbd99db43132c4535f9873e14d376c /include/courtroom.h
parent8657f7c2a2fbcbce52b744de50159ac5cdcc0ae8 (diff)
Feature: Clicking the evidence icon when it's presented by a player will show the details of that evidence (#760)
* Add click-to-view evidence icons * Fix the clicky icon not being functional if the presented evidence comes from a different page from the first Co-authored-by: in1tiate <radwoodward@vikings.grayson.edu> Co-authored-by: Alex Noir <Varsash@gmail.com>
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 55e8b4e8..13c639a8 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -812,6 +812,7 @@ private:
void initialize_evidence();
void refresh_evidence();
+ void show_evidence(int f_real_id);
void set_evidence_page();
void reset_ui();