[misc] move I/O functions into their own source

This commit is contained in:
Pete Batard 2011-12-01 16:34:42 +00:00
parent 08d68301cd
commit bc252400a1
9 changed files with 148 additions and 112 deletions

View file

@ -75,6 +75,8 @@ extern char szFolderPath[MAX_PATH];
* Shared prototypes
*/
extern char *WindowsErrorString(void);
extern void DumpBufferHex(void *buf, size_t size);
extern void PrintStatus(const char *format, ...);
extern void CenterDialog(HWND hDlg);
extern void CreateStatusBar(void);
extern INT_PTR CreateAboutBox(void);