Project

General

Profile

Statistics
| Revision:

root / proj / include / xpm_utils.h @ 182

History | View | Annotate | Download (175 Bytes)

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