Implements outlines for ItemLibrary, MoveLibrary and implements NatureLibrary.
This commit is contained in:
9
src/Library/Items/Item.hpp
Normal file
9
src/Library/Items/Item.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef PKMNLIB_ITEM_HPP
|
||||
#define PKMNLIB_ITEM_HPP
|
||||
|
||||
#include <Library/Items/Item.hpp>
|
||||
namespace PkmnLib::Library {
|
||||
class Item : public CreatureLib::Library::Item {};
|
||||
}
|
||||
|
||||
#endif // PKMNLIB_ITEM_HPP
|
||||
Reference in New Issue
Block a user