mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 16:48:40 +00:00
3d26549032
This was SVN commit r3802.
11 lines
180 B
C++
11 lines
180 B
C++
#include "stdafx.h"
|
|
#include "rmgen.h"
|
|
#include "objectgroupplacer.h"
|
|
|
|
ObjectGroupPlacer::ObjectGroupPlacer() {
|
|
}
|
|
|
|
ObjectGroupPlacer::~ObjectGroupPlacer() {
|
|
}
|
|
|
|
using namespace std; |