diff options
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); |
