diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-02-02 01:31:03 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-02-02 01:31:03 +0100 |
| commit | 051d9dc4ddde110b3916a7019c0a4e12ad35a245 (patch) | |
| tree | 151c2aaa7985c7b77f7a9e1383e375037a895488 /courtroom.h | |
| parent | 6e7fd9c522822fab82b6b53dfd39b203a9a71091 (diff) | |
made ao2 desks work on chatmessages and made set_text_color
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 5 |
1 files changed, 5 insertions, 0 deletions
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); |
