mirror of
https://github.com/ENSL/NS.git
synced 2024-11-14 17:01:29 +00:00
10 lines
No EOL
133 B
C++
10 lines
No EOL
133 B
C++
#include "ui/DummyPanel.h"
|
|
|
|
void DummyPanel::paint()
|
|
{
|
|
gHUD.ComponentJustPainted(this);
|
|
}
|
|
|
|
void DummyPanel::paintBackground()
|
|
{
|
|
} |