diff options
Diffstat (limited to 'src/sprite.h')
| -rw-r--r-- | src/sprite.h | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/sprite.h b/src/sprite.h index 3af9341..d868bdb 100644 --- a/src/sprite.h +++ b/src/sprite.h | |||
| @@ -15,6 +15,10 @@ public: | |||
| 15 | 15 | ||
| 16 | int getX() { return x_; } | 16 | int getX() { return x_; } |
| 17 | 17 | ||
| 18 | void setX(int x) { x_ = x; } | ||
| 19 | |||
| 20 | void setY(int y) { y_ = y; } | ||
| 21 | |||
| 18 | int getY() { return y_; } | 22 | int getY() { return y_; } |
| 19 | 23 | ||
| 20 | int getWidth() { return width_; } | 24 | int getWidth() { return width_; } |
