This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#ifdef TESTS_BUILD
|
||||
|
||||
#include "../../extern/catch.hpp"
|
||||
#include "../TestLibrary/TestLibrary.hpp"
|
||||
#include "../../src/Battling/Models/BattleSide.hpp"
|
||||
#include "../../src/Battling/Models/CreateCreature.hpp"
|
||||
#include "../../src/Battling/TurnChoices/PassTurnChoice.hpp"
|
||||
#include "../TestLibrary/TestLibrary.hpp"
|
||||
|
||||
using namespace CreatureLib::Battling;
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ using namespace CreatureLib::Battling;
|
||||
|
||||
class TestLibrary {
|
||||
static BattleLibrary* _library;
|
||||
|
||||
public:
|
||||
static SpeciesLibrary* BuildSpeciesLibrary();
|
||||
static AttackLibrary* BuildAttackLibrary();
|
||||
|
||||
Reference in New Issue
Block a user