#include "pch.h" #include <iostream> #include <stdlib.h> /* srand, rand */ #include <time.h> /* time */ #include <string> #include <Windows.h> using namespace std; /* // 몬스터 젠 함수 void MonsterGen(int type) { // type 1,2 인간형 // type 3,4 언데드형 switch (type) { case 1: case 2: // if (type == 1 || type == 2) { cout << "인..