labwc/include/button/button-png.h
Johan Malm 2b9a6914a6 button: move button-png.c to button/
...so that all button code is in the same place.
2023-08-10 16:33:03 +01:00

9 lines
227 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_BUTTON_PNG_H
#define LABWC_BUTTON_PNG_H
struct lab_data_buffer;
void png_load(const char *filename, struct lab_data_buffer **buffer);
#endif /* LABWC_BUTTON_PNG_H */