mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 09:39:56 +00:00
18 lines
349 B
C
18 lines
349 B
C
|
|
/*
|
|
* Summary: text writing API for XML
|
|
* Description: text writing API for XML
|
|
*
|
|
* Copy: See Copyright for the status of this software.
|
|
*
|
|
* Author: Alfred Mickautsch <alfred@mickautsch.de>
|
|
*/
|
|
|
|
#ifndef __XML_XMLWRITER_H__
|
|
#define __XML_XMLWRITER_H__
|
|
|
|
#include <libxml/xmlversion.h>
|
|
|
|
|
|
#endif /* __XML_XMLWRITER_H__ */
|