data/
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "Inventory.hpp"
|
||||
|
||||
#include <content/ContentLUT.hpp>
|
||||
#include "../data/dynamic.hpp"
|
||||
#include <data/dynamic.hpp>
|
||||
|
||||
Inventory::Inventory(int64_t id, size_t size) : id(id), slots(size) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user