#ifndef ARMINTERPRETER_BRANCH_H #define ARMINTERPRETER_BRANCH_H namespace ARMInterpreter { s32 A_B(ARM* cpu); s32 A_BL(ARM* cpu); } #endif