Skip to content

Commit

Permalink
Update aolayer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoru-1816 authored Jan 14, 2025
1 parent 35918c3 commit a20b88b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/aolayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ class AOLayer : public QLabel {

void invert();

int getX() const { return x; }
int getY() const { return y; }

protected:
AOApplication *ao_app;
NetworkManager *net_manager;
Expand Down

0 comments on commit a20b88b

Please sign in to comment.