mirror of
https://github.com/tstellar/bygfoot.git
synced 2024-12-15 09:54:52 +01:00
13 lines
213 B
C
13 lines
213 B
C
#ifndef XML_LOADSAVE_MISC_H
|
|
#define XML_LOADSAVE_MISC_H
|
|
|
|
#include "bygfoot.h"
|
|
|
|
void
|
|
xml_loadsave_misc_read(const gchar *dirname, const gchar *basename);
|
|
|
|
void
|
|
xml_loadsave_misc_write(const gchar *prefix);
|
|
|
|
#endif
|