Fix: now building node under house type is corrected, related function refactored .

This commit is contained in:
Zero Fanker 2024-12-16 00:27:15 -05:00
parent ea4c214b04
commit a91ff89091
12 changed files with 154 additions and 79 deletions

View file

@ -26,6 +26,8 @@
#include <gtest/gtest.h>
#include <iostream>
#include <afxwin.h>
#include <string>
#include <fstream>
using std::cout;
using std::endl;