jvm/sega/dreamcast/holly/CoreBits.class.h
2024-12-27 08:28:27 -06:00

16 lines
476 B
C

#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
extern uint32_t _binary_sega_dreamcast_holly_CoreBits_class_start __asm("_binary_sega_dreamcast_holly_CoreBits_class_start");
extern uint32_t _binary_sega_dreamcast_holly_CoreBits_class_end __asm("_binary_sega_dreamcast_holly_CoreBits_class_end");
extern uint32_t _binary_sega_dreamcast_holly_CoreBits_class_size __asm("_binary_sega_dreamcast_holly_CoreBits_class_size");
#ifdef __cplusplus
}
#endif