1 #ifndef ROGUELIKE_INTEGER2DUTILS_H_
2 #define ROGUELIKE_INTEGER2DUTILS_H_
4 #include <ugdk/math/frame.h>
5 #include <ugdk/math/integer2D.h>
10 bool operator==(
const Integer2D& lhs,
const Integer2D& rhs);
11 bool operator<(
const Integer2D& lhs,
const Integer2D& rhs);
15 bool operator<(
const Frame& lhs,
const Frame& rhs);
Definition: integer2Dutils.cc:4
bool operator<(const Integer2D &lhs, const Integer2D &rhs)
Definition: integer2Dutils.cc:11
bool operator<(const Frame &lhs, const Frame &rhs)
Definition: integer2Dutils.cc:18
bool operator==(const Integer2D &lhs, const Integer2D &rhs)
Definition: integer2Dutils.cc:7