Added CMakeLists & addressed warning
This commit is contained in:
@@ -52,12 +52,13 @@ using namespace std;
|
||||
line.find(KEYWORD_PREFAB) != string::npos) || (
|
||||
line.find(KEYWORD_BRUSH) != string::npos && !is_ebrush(output))) {
|
||||
f.seekg(pos);
|
||||
return output;
|
||||
break;
|
||||
} else {
|
||||
output.push_back(line);
|
||||
}
|
||||
pos = f.tellg();
|
||||
}
|
||||
return output;
|
||||
}
|
||||
|
||||
template <class STREAMOBJ>
|
||||
|
Reference in New Issue
Block a user