add AreaMap2D

This commit is contained in:
MihailRis
2024-09-09 18:02:08 +03:00
parent f70ac5c190
commit c3569b5dd4
11 changed files with 282 additions and 179 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <gtest/gtest.h>
#include "util/AreaMap2D.hpp"
TEST(AreaMap2D, BaseTest) {
util::AreaMap2D<int> window({6, 6});
}