mirror of
https://github.com/iaddis/metalnes.git
synced 2025-04-02 10:31:52 -04:00
8 lines
175 B
C
8 lines
175 B
C
|
|
#pragma once
|
|
|
|
#include "../external/Catch2/single_include/catch2/catch.hpp"
|
|
|
|
void UnitTestsSetArgs(int argc, const char * argv[]);
|
|
int RunUnitTests();
|
|
void onGuiUnitTests();
|