* DSP: Own DSP RAM and add it to fastmem * Vendor Teakra * Add MacOS support to fastmem * Fix MacOS fastmem paths * Fix iOS build
6 lines
89 B
C++
6 lines
89 B
C++
#pragma once
|
|
|
|
namespace Teakra::Test {
|
|
bool GenerateTestCasesToFile(const char* path);
|
|
}
|