OpenFusion/src/Trading.hpp

7 lines
74 B
C++

#pragma once
#include "Items.hpp"
namespace Trading {
void init();
}