mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
10 lines
113 B
C++
10 lines
113 B
C++
#include "stdafx.h"
|
|
#include "areaplacer.h"
|
|
|
|
AreaPlacer::AreaPlacer(void)
|
|
{
|
|
}
|
|
|
|
AreaPlacer::~AreaPlacer(void)
|
|
{
|
|
}
|