This website requires JavaScript.
Explore
Help
Register
Sign In
OpenPunk
/
OpenFusion
Watch
1
Star
0
Fork
0
You've already forked OpenFusion
mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced
2024-11-05 23:10:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
25ce0f6d82
OpenFusion
/
src
/
Trading.hpp
7 lines
74 B
C++
Raw
Normal View
History
Unescape
Escape
[refactor] Split ItemManager.cpp into Vendor.cpp & Trading.cpp - added sources to Makefile - Added Trading::init() to main.cpp
2021-03-13 02:09:36 +00:00
#
pragma once
[refactor] Remove the word 'Manager' from most source files/namespaces ChatManager -> Chat MissionManager -> Missions NanoManager -> Nanos TransportManager -> Transport ChunkManager -> Chunking BuddyManager -> Buddies GroupManager -> Groups RacingManager -> Racing ItemManager -> Items NPCManager and PlayerManager remain. Note: You can use git log --follow src/file.cpp to trace the history of a file from before it was renamed.
2021-03-16 22:29:13 +00:00
#
include
"Items.hpp"
[refactor] Split ItemManager.cpp into Vendor.cpp & Trading.cpp - added sources to Makefile - Added Trading::init() to main.cpp
2021-03-13 02:09:36 +00:00
namespace
Trading
{
void
init
(
)
;
}
Reference in New Issue
Copy Permalink