Initial commit.
This commit is contained in:
12
src/Library/Moves/MoveLibrary.hpp
Normal file
12
src/Library/Moves/MoveLibrary.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef PKMNLIB_MOVELIBRARY_HPP
|
||||
#define PKMNLIB_MOVELIBRARY_HPP
|
||||
|
||||
#include <Library/AttackLibrary.hpp>
|
||||
namespace PkmnLib::Library {
|
||||
class MoveLibrary : public CreatureLib::Library::AttackLibrary {
|
||||
public:
|
||||
virtual const CreatureLib::Library::AttackData* operator[](const std::string& name) const;
|
||||
};
|
||||
}
|
||||
|
||||
#endif // PKMNLIB_MOVELIBRARY_HPP
|
||||
Reference in New Issue
Block a user