#!/bin/bash

C1=C
C2=("NETWORK DOOM")

function play_lan_doom {
    exec_command "$DOOMBINDIR/$DOOMBIN -net localhost"
}
