#ifndef __BANJO_GAME_H__ #define __BANJO_GAME_H__ #include #include #include #include "recomp.h" namespace banjo { std::vector decompress_bk(std::span compressed_rom); void bk_on_init(uint8_t* rdram, recomp_context* ctx); }; #endif