4 changed files with 19 additions and 9 deletions
@ -0,0 +1,13 @@ |
|||||||
|
#pragma once |
||||||
|
|
||||||
|
#include "engine/point.hpp" |
||||||
|
#include "engine/size.hpp" |
||||||
|
|
||||||
|
namespace devilution { |
||||||
|
|
||||||
|
struct Rectangle { |
||||||
|
Point position; |
||||||
|
Size size; |
||||||
|
}; |
||||||
|
|
||||||
|
} // namespace devilution
|
||||||
Loading…
Reference in new issue