Fixed about box :-P

This commit is contained in:
Johnny Bergström
2005-01-21 16:23:55 +00:00
parent e98fb7d6e4
commit 6200ee6977
2 changed files with 26 additions and 2 deletions

View File

@ -19,5 +19,6 @@ ATOM MyRegisterClass(HINSTANCE hInstance);
BOOL InitInstance(HINSTANCE, int);
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK WinCSXBox(HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK AboutBox(HWND, UINT, WPARAM, LPARAM);
bool LoadRankFromFile(HWND hDlg);