#ifndef HLE_BIOS_H #define HLE_BIOS_H #include #include extern const size_t hleBiosLength; extern const uint8_t hleBios[]; #endif