This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
pcsx2
mirror of
https://github.com/PCSX2/pcsx2.git
Watch
1
Star
0
Fork
You've already forked pcsx2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d6de2e3942
pcsx2
/
plugins
/
LilyPad
/
Diagnostics.h
7 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
Set svn:eol-style=native on all *.c *.cpp *.h git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2894 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-04-24 21:37:39 +00:00
#
ifndef DIAGNOSTICS_H
#
define DIAGNOSTICS_H
void
Diagnose
(
int
id
,
HWND
hWnd
)
;
#
endif