11 lines
240 B
C
11 lines
240 B
C
|
#ifndef INCLUDE_WAYLANDCLIENT_CAT_IMAGE_H_
|
||
|
#define INCLUDE_WAYLANDCLIENT_CAT_IMAGE_H_
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
typedef unsigned char uchar;
|
||
|
|
||
|
uchar *load_image(const char *path, struct IVec2 *dims);
|
||
|
|
||
|
#endif // INCLUDE_WAYLANDCLIENT_CAT_IMAGE_H_
|