Implements outlines for ItemLibrary, MoveLibrary and implements NatureLibrary.

This commit is contained in:
2019-12-30 16:19:53 +01:00
parent 9a45d34f9f
commit bb1791b3ae
14 changed files with 182 additions and 19 deletions

View 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