mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-01 05:26:51 +00:00
11 lines
190 B
C++
11 lines
190 B
C++
#include "stdafx.h"
|
|
#include "rmgen.h"
|
|
#include "objectgroupplacer.h"
|
|
|
|
ObjectGroupPlacer::ObjectGroupPlacer() {
|
|
}
|
|
|
|
ObjectGroupPlacer::~ObjectGroupPlacer() {
|
|
}
|
|
|
|
using namespace std; |