furnace/src/gui/icon.h

8 lines
100 B
C
Raw Normal View History

2022-01-07 03:29:56 -05:00
#ifdef __cplusplus
extern "C" {
#endif
unsigned char* getFurnaceIcon();
#ifdef __cplusplus
}
#endif