NS/main/source/ui/DummyPanel.cpp

10 lines
133 B
C++
Raw Normal View History

#include "ui/DummyPanel.h"
void DummyPanel::paint()
{
gHUD.ComponentJustPainted(this);
}
void DummyPanel::paintBackground()
{
}