Files
itgmania212121/stepmania/src/CatalogXml.h
T

19 lines
456 B
C
Raw Normal View History

#ifndef CatalogXml_H
#define CatalogXml_H
/*
-----------------------------------------------------------------------------
Class: CatalogXml
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 SaveCatalogXml( CString sDir );
#endif