11 lines
174 B
C
11 lines
174 B
C
|
#ifndef default_icon_h
|
||
|
#define default_icon_h
|
||
|
|
||
|
#include <Imlib2.h>
|
||
|
|
||
|
extern int default_icon_width;
|
||
|
extern int default_icon_height;
|
||
|
extern DATA32 default_icon_data[];
|
||
|
|
||
|
#endif
|