add SurroundMap class header

This commit is contained in:
MihailRis
2024-08-24 07:57:29 +03:00
parent a1129ccf38
commit 0c4f96d620
2 changed files with 45 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <gtest/gtest.h>
#include "world/generator/SurroundMap.hpp"
TEST(SurroundMap, InitTest) {
SurroundMap map;
}