Add RacingManager

This commit is contained in:
Gent S
2020-11-28 08:29:06 -05:00
parent cfc6a94c7a
commit 45b8f8f581
4 changed files with 21 additions and 0 deletions

9
src/RacingManager.hpp Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include "CNShardServer.hpp"
namespace RacingManager {
void init();
}