mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-02 00:06:56 +00:00
56343ae9c8
This was SVN commit r2338.
8 lines
127 B
C++
8 lines
127 B
C++
#include "stdafx.h"
|
|
#include "simpleconstraints.h"
|
|
|
|
bool NullConstraint::allows(Map* m, int x, int y)
|
|
{
|
|
return true;
|
|
}
|