#ifndef HLE_BIOS_H #define HLE_BIOS_H #include <stdint.h> #include <string.h> extern const size_t hleBiosLength; extern const uint8_t hleBios[]; #endif