mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 15:00:06 +00:00
dongresource
e9bc2fe561
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.
7 lines
74 B
C++
7 lines
74 B
C++
#pragma once
|
|
|
|
#include "Items.hpp"
|
|
|
|
namespace Trading {
|
|
void init();
|
|
} |