add SurroundMap class header
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "world/generator/SurroundMap.hpp"
|
||||
|
||||
TEST(SurroundMap, InitTest) {
|
||||
SurroundMap map;
|
||||
}
|
||||
Reference in New Issue
Block a user