mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-11-18 16:00:08 +00:00
[refactor] Split ItemManager.cpp into Vendor.cpp & Trading.cpp
- added sources to Makefile - Added Trading::init() to main.cpp
This commit is contained in:
3
src/Vendor.cpp
Normal file
3
src/Vendor.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#include "Vendor.hpp"
|
||||
|
||||
std::map<int32_t, std::vector<VendorListing>> Vendor::VendorTables;
|
||||
Reference in New Issue
Block a user