From 94dbdf73e06c95144efc88fb6a74ddb517613186 Mon Sep 17 00:00:00 2001 From: Rosemary Witchaven <32779090+in1tiate@users.noreply.github.com> Date: Sat, 21 May 2022 09:21:34 -0500 Subject: 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 Co-authored-by: Alex Noir --- include/courtroom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/courtroom.h') 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(); -- cgit