This commit is contained in:
@@ -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