NS/dev/performance-3.0.5/source/ui/DummyPanel.cpp
2005-06-29 13:51:58 +00:00

10 lines
No EOL
142 B
C++

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