mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-23 05:29:27 +00:00
3d26549032
This was SVN commit r3802.
11 lines
120 B
C++
11 lines
120 B
C++
#include "StdAfx.h"
|
|
#include ".\areapainter.h"
|
|
|
|
AreaPainter::AreaPainter(void)
|
|
{
|
|
}
|
|
|
|
AreaPainter::~AreaPainter(void)
|
|
{
|
|
}
|