mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 19:09:35 +00:00
3d26549032
This was SVN commit r3802.
11 lines
113 B
C++
11 lines
113 B
C++
#include "stdafx.h"
|
|
#include "constraint.h"
|
|
|
|
Constraint::Constraint(void)
|
|
{
|
|
}
|
|
|
|
Constraint::~Constraint(void)
|
|
{
|
|
}
|