Handle dependencies through CPM
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-05 13:59:15 +01:00
parent 1c51edb2b9
commit 48b11f8179
20 changed files with 1062 additions and 6035 deletions

View File

@@ -1,5 +1,5 @@
#ifdef TESTS_BUILD
#include "../../extern/doctest.hpp"
#include <doctest.h>
#include "../../src/Battling/Models/Battle.hpp"
#include "../../src/Battling/Models/BattleParty.hpp"
#include "../../src/Battling/Models/CreateCreature.hpp"