Style fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-28 16:36:03 +02:00
parent afe8472065
commit ed0171c911
2 changed files with 4 additions and 3 deletions

View File

@@ -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