#include "game_types.h"

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