#include "game_types.h"

/* Sub_08012F86 @ 0x08012F86 (real 2B) -- tail-calls the address arriving in r3 (bl-called trampoline). Mirrors src/matched/Sub_08012F86.c. */
/* Tail-calls the function whose address arrives in r3 (itself bl-called). */
void Sub_08012F86(void (*target)(void))
{
    target();
}
