Profile HTML stats overhaul

This commit is contained in:
Chris Danford
2004-02-16 02:57:55 +00:00
parent 3a60b3930a
commit 3906ea166f
7 changed files with 807 additions and 512 deletions
+20
View File
@@ -0,0 +1,20 @@
#ifndef ProfileHtml_H
#define ProfileHtml_H
/*
-----------------------------------------------------------------------------
Class: ProfileHtml
Desc: Helpers for generating an HTML web page based on Profile data.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "Profile.h"
void SavePlayerHtmlToDir( CString sDir, const Profile* pProfilePlayer, const Profile* pProfileMachine );
void SaveMachineHtmlToDir( CString sDir, const Profile* pProfileMachine );
#endif