mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 07:02:26 -04:00
Hide ui::Size implementation.
This commit is contained in:
parent
aac2d31548
commit
d15ace4676
9 changed files with 44 additions and 32 deletions
|
@ -42,11 +42,11 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
Dim w() const {
|
||||
int w() const {
|
||||
return w_;
|
||||
}
|
||||
|
||||
Dim h() const {
|
||||
int h() const {
|
||||
return h_;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue