From 051d9dc4ddde110b3916a7019c0a4e12ad35a245 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Thu, 2 Feb 2017 01:31:03 +0100 Subject: made ao2 desks work on chatmessages and made set_text_color --- courtroom.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'courtroom.h') diff --git a/courtroom.h b/courtroom.h index f15d5a01..eb660b93 100644 --- a/courtroom.h +++ b/courtroom.h @@ -52,6 +52,11 @@ public: QString get_default_background_path(); int get_cid() {return m_cid;} + int get_vp_x(){return m_viewport_x;} + int get_vp_y(){return m_viewport_y;} + int get_vp_w(){return m_viewport_width;} + int get_vp_h(){return m_viewport_height;} + void enter_courtroom(int p_cid); -- cgit