mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 16:16:20 -04:00
7 lines
108 B
C++
7 lines
108 B
C++
#pragma once
|
|
|
|
namespace randomizer::test::test
|
|
{
|
|
void RunTests();
|
|
} // namespace randomizer::test::test
|