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

10 lines
145 B
C

#ifndef __APPLE2_ICON_64X64_H__
#define __APPLE2_ICON_64X64_H__
#include <stdint.h>
extern uint8_t icon[];
#endif // __APPLE2_ICON_64X64_H__