11 lines
56 B
C++
11 lines
56 B
C++
|
|
||
|
#pragma once
|
||
|
|
||
|
namespace sim::tests
|
||
|
{
|
||
|
|
||
|
void run();
|
||
|
|
||
|
};
|
||
|
|