mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 15:00:06 +00:00
5 lines
52 B
C++
5 lines
52 B
C++
|
#pragma once
|
||
|
|
||
|
namespace Trading {
|
||
|
void init();
|
||
|
}
|