NS/main/source/ui/DummyPanel.cpp

10 lines
133 B
C++
Raw Normal View History

2014-01-23 10:46:47 +00:00
#include "ui/DummyPanel.h"
void DummyPanel::paint()
{
gHUD.ComponentJustPainted(this);
}
void DummyPanel::paintBackground()
{
}