mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-07 23:45:47 -07:00
11 lines
143 B
C++
11 lines
143 B
C++
|
|
#include "stdafx.h"
|
||
|
|
#include "centeredplacer.h"
|
||
|
|
|
||
|
|
CenteredPlacer::CenteredPlacer(void)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
CenteredPlacer::~CenteredPlacer(void)
|
||
|
|
{
|
||
|
|
}
|