#include "game_types.h"

/* Math_Divide @ 0x08015448 (real 2B) -- tail-calls the address arriving in r4 (divide helper). Mirrors src/matched/Math_Divide.c. */
/* Tail-calls the divide routine whose address arrives in r4. */
void Math_Divide(void (*target)(void))
{
    target();
}
