mirror of
https://github.com/grumpycoders/pcsx-redux.git
synced 2025-04-02 10:41:54 -04:00
6 lines
125 B
C++
6 lines
125 B
C++
#pragma once
|
|
|
|
namespace gta_leak_detection
|
|
{
|
|
int PerformLeakDetection(int argc, char** argv, int resultOfRunAllTests);
|
|
}
|