Fix linux build
This commit is contained in:
parent
60095363f4
commit
3197f334d1
1 changed files with 4 additions and 0 deletions
|
@ -34,4 +34,8 @@ inline bool operator!=(const Position & a, const Position & b) {
|
||||||
return !(a == b);
|
return !(a == b);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inline bool operator!=(const GridPosition & a, const GridPosition & b) {
|
||||||
|
return !(a == b);
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace pacman
|
} // namespace pacman
|
||||||
|
|
Loading…
Reference in a new issue