robmcmullen-apple2/src/apple2-icon-64x64.h

10 lines
145 B
C
Raw Permalink Normal View History

2014-04-01 16:33:48 +00:00
#ifndef __APPLE2_ICON_64X64_H__
#define __APPLE2_ICON_64X64_H__
#include <stdint.h>
extern uint8_t icon[];
#endif // __APPLE2_ICON_64X64_H__