mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
10 lines
95 B
C++
10 lines
95 B
C++
|
#pragma once
|
||
|
|
||
|
#include "CNShardServer.hpp"
|
||
|
|
||
|
namespace RacingManager {
|
||
|
|
||
|
void init();
|
||
|
|
||
|
}
|