Update CreatureLib headers, move header files to PkmnLib subdirectory.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef PKMNLIB_ITEM_HPP
|
||||
#define PKMNLIB_ITEM_HPP
|
||||
|
||||
#include <Library/Items/Item.hpp>
|
||||
#include <CreatureLib/Library/Items/Item.hpp>
|
||||
namespace PkmnLib::Library {
|
||||
class Item : public CreatureLib::Library::Item {
|
||||
public:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef PKMNLIB_ITEMLIBRARY_HPP
|
||||
#define PKMNLIB_ITEMLIBRARY_HPP
|
||||
|
||||
#include <Library/ItemLibrary.hpp>
|
||||
#include <CreatureLib/Library/ItemLibrary.hpp>
|
||||
#include "Item.hpp"
|
||||
namespace PkmnLib::Library {
|
||||
class ItemLibrary : public CreatureLib::Library::ItemLibrary {
|
||||
|
||||
Reference in New Issue
Block a user