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;
|
||||
|
||||
|
||||
@@ -8,8 +8,9 @@
|
||||
using namespace CreatureLib::Library;
|
||||
using namespace CreatureLib::Battling;
|
||||
|
||||
class TestLibrary{
|
||||
class TestLibrary {
|
||||
static BattleLibrary* _library;
|
||||
|
||||
public:
|
||||
static SpeciesLibrary* BuildSpeciesLibrary();
|
||||
static AttackLibrary* BuildAttackLibrary();
|
||||
@@ -20,4 +21,4 @@ public:
|
||||
static BattleLibrary* Get();
|
||||
};
|
||||
|
||||
#endif //CREATURELIB_TESTLIBRARY_HPP
|
||||
#endif // CREATURELIB_TESTLIBRARY_HPP
|
||||
|
||||
Reference in New Issue
Block a user