gintctl/include/gintctl/assets.h

85 lines
1.4 KiB
C

//---
// gintctl:assets - List of imported assets
//---
#ifndef _GINTCTL_ASSETS
#define _GINTCTL_ASSETS
#include <libimg.h>
#ifdef FX9860G
extern font_t
font_hexa,
font_mini,
font_title,
font_uf5x7;
extern bopti_image_t
img_bopti_1col,
img_bopti_2col,
img_bopti_3col,
img_kbd_events,
img_kbd_pressed,
img_kbd_released,
img_opt_dump,
img_opt_gint_bopti,
img_opt_gint_cpumem,
img_opt_gint_gray,
img_opt_gint_keyboard,
img_opt_gint_kmalloc,
img_opt_gint_ram,
img_opt_gint_rtc,
img_opt_gint_spuram,
img_opt_gint_timer_callbacks,
img_opt_gint_timers,
img_opt_gint_tlb,
img_opt_gint_usb,
img_opt_libs_jui,
img_opt_main,
img_opt_mem,
img_opt_perf_libprof,
img_opt_perf_render,
img_opt_switch_ctx,
img_opt_switch_ctx_sh3,
img_opt_switch,
img_profile_gray_alpha,
img_profile_gray,
img_profile_mono_alpha,
img_profile_mono,
img_rtc_arrows,
img_rtc_segments,
img_tlb_cells;
extern img_t
img_libimg_swords;
#endif /* FX9860G */
#ifdef FXCG50
extern bopti_image_t
img_applejack_31x27,
img_applejack_36x25,
img_kbd_events,
img_kbd_pressed,
img_kbd_released,
img_potion_17x22,
img_potion_18x22,
img_potion_21x22,
img_rtc_arrows,
img_rtc_segments,
img_swift,
img_swords;
extern img_t
img_libimg_even_odd,
img_libimg_odd_even,
img_libimg_sq_even,
img_libimg_sq_odd,
img_libimg_train;
#endif /* FXCG50 */
#endif /* _GINTCTL_ASSETS */