From 145ba8e157f79db64203db9684af2e6ed33af075 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 3 Sep 2017 20:45:52 +0500 Subject: 2017-09-03 --- src/Block.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Block.hpp') diff --git a/src/Block.hpp b/src/Block.hpp index 6bd4e93..78c9cca 100644 --- a/src/Block.hpp +++ b/src/Block.hpp @@ -16,4 +16,6 @@ struct Block { struct BlockId { unsigned short id : 13; unsigned char state : 4; -}; \ No newline at end of file +}; + +bool operator==(const BlockId& lhs, const BlockId &rhs); \ No newline at end of file -- cgit v1.2.3