Update to new version of Arbutils.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-04-09 18:19:21 +02:00
parent 70fc8d2d5f
commit 88eda6ef94
6 changed files with 32 additions and 27 deletions

View File

@@ -1,8 +1,9 @@
#ifndef CREATURELIB_SCRIPTSET_HPP
#define CREATURELIB_SCRIPTSET_HPP
#include <Arbutils/Collections/Dictionary.hpp>
#include <Arbutils/Collections/List.hpp>
#include <any>
#include <unordered_map>
#include "Script.hpp"
namespace CreatureLib::Battling {