"""Game fix for Sword of the Stars"""

from protonfixes import util


def main() -> None:
    """Installs d3dcompiler_42"""
    util.protontricks('d3dcompiler_42')
    util.protontricks('d3dx9_31')
    util.protontricks('d3dx9_42')
