pawengine/image.h

11 lines
240 B
C
Raw Permalink Normal View History

2025-02-09 18:48:25 +01:00
#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_