Support for Windows builds.

This commit is contained in:
2021-05-24 11:33:22 +02:00
parent 91247909f8
commit 37c9855926
2 changed files with 28 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
#include "BuildTypes.hpp"
CreatureLib::Library::TypeLibrary* BuildTypes::Build(const std::string& path) {
std::ifstream file(path);
if (file.fail()) {