#include "game_types.h"

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