mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 08:54:13 +00:00
18 lines
329 B
C
18 lines
329 B
C
|
/*
|
||
|
* Summary: unfinished XLink detection module
|
||
|
* Description: unfinished XLink detection module
|
||
|
*
|
||
|
* Copy: See Copyright for the status of this software.
|
||
|
*
|
||
|
* Author: Daniel Veillard
|
||
|
*/
|
||
|
|
||
|
#ifndef __XML_XLINK_H__
|
||
|
#define __XML_XLINK_H__
|
||
|
|
||
|
#include <libxml/xmlversion.h>
|
||
|
#include <libxml/tree.h>
|
||
|
|
||
|
|
||
|
#endif /* __XML_XLINK_H__ */
|