#include "game_types.h"

/* Math_Sqrt @ 0x08015440 (real 2B) -- tail-calls the address arriving in r2 (sqrt helper). Mirrors src/matched/Math_Sqrt.c. */
/* Tail-calls the sqrt routine whose address arrives in r2. */
void Math_Sqrt(void (*target)(void))
{
    target();
}
