mirror of https://github.com/PCSX2/pcsx2.git
7 lines
93 B
C
7 lines
93 B
C
|
#ifndef DIAGNOSTICS_H
|
||
|
#define DIAGNOSTICS_H
|
||
|
|
||
|
void Diagnose(int id, HWND hWnd);
|
||
|
|
||
|
#endif
|