Project

General

Profile

Statistics
| Revision:

root / proj / include / xpm_utils.h @ 195

History | View | Annotate | Download (176 Bytes)

1
#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