source:
opengl-game/gui/imgui/ui-widget.cpp@
db2d995
| Last change on this file since db2d995 was d255d52, checked in by , 5 years ago | |
|---|---|
|
|
| File size: 148 bytes | |
| Rev | Line | |
|---|---|---|
| [301c90a] | 1 | #include "ui-widget.hpp" |
| 2 | ||
| 3 | UIWidget::~UIWidget() { | |
| 4 | } | |
| 5 | ||
| 6 | int UIWidget::getWidth() { | |
| 7 | return width; | |
| 8 | } | |
| 9 | ||
| 10 | int UIWidget::getHeight() { | |
| 11 | return height; | |
| 12 | } |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)