mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-09-28 18:57:35 +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:
7
src/Trading.hpp
Normal file
7
src/Trading.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "ItemManager.hpp"
|
||||
|
||||
namespace Trading {
|
||||
void init();
|
||||
}
|
Reference in New Issue
Block a user