Project

General

Profile

Statistics
| Revision:

root / proj / include / xpm_utils.h @ 269

History | View | Annotate | Download (182 Bytes)

1 182 up20180642
#ifndef XMP_UTILS_H_INCLUDED
2
#define XMP_UTILS_H_INCLUDED
3
4 219 up20180642
void xpm_save_as_xpm2(const char **p, const char *s);
5 182 up20180642
6
char** xpm_load_xpm2(const char *s);
7
8 183 up20180642
#endif //XMP_UTILS_H_INCLUDED