"""Game fix for LEGO The Lord of the Rings"""

from protonfixes import util


def main() -> None:
    """Installs d3dx9_41"""
    util.protontricks('d3dx9_41')
