From 2d5a9a02425951f4efed764d135be96867eb532f Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 7 May 2010 04:31:29 +0000 Subject: preparing for refactor/cleanup, moved all definations into .c files, other minor cleanups. (Breaks Mac OS X and maybe windows as well for now, will fix later.) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47542 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/misc.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libpcsxcore/misc.h') diff --git a/libpcsxcore/misc.h b/libpcsxcore/misc.h index 960e7d28..73da9457 100644 --- a/libpcsxcore/misc.h +++ b/libpcsxcore/misc.h @@ -52,6 +52,8 @@ typedef struct { extern char CdromId[10]; extern char CdromLabel[33]; +extern FILE *emuLog; + int LoadCdrom(); int LoadCdromFile(char *filename, EXE_HEADER *head); int CheckCdrom(); @@ -66,7 +68,4 @@ int RecvPcsxInfo(); void trim(char *str); -extern char *LabelAuthors; -extern char *LabelGreets; - -#endif /* __MISC_H__ */ +#endif -- cgit v1.2.3