#include "game_types.h"

/* Math_InitLookup @ 0x0801543C (real 2B) -- tail-calls the address arriving in r1. Mirrors src/matched/Math_InitLookup.c. */
/* Tail-calls the function whose address arrives in r1. */
void Math_InitLookup(void (*target)(void))
{
    target();
}
