mirror of
https://github.com/ENSL/NS.git
synced 2024-11-14 00:40:57 +00:00
4f13237895
Change CRLF to LF in repo.
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()
|
|
{
|
|
} |