source: opengl-game/gui/imgui/ui-widget.cpp@ e8445f0

feature/imgui-sdl
Last change on this file since e8445f0 was d255d52, checked in by Dmitry Portnoy <dportnoy@…>, 4 years ago

Get VulkanGame and SDLGame to compile on Linux

  • Property mode set to 100644
File size: 148 bytes
RevLine 
[301c90a]1#include "ui-widget.hpp"
2
3UIWidget::~UIWidget() {
4}
5
6int UIWidget::getWidth() {
7 return width;
8}
9
10int UIWidget::getHeight() {
11 return height;
12}
Note: See TracBrowser for help on using the repository browser.