Oopps, forgot to add multitrack file

This commit is contained in:
kylethomson 2011-06-16 01:20:19 +00:00
parent 18fe637193
commit 445be7ca24
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BizHawk.MultiClient
{
public class MultitrackRecording
{
public bool isActive;
public bool[] RecordingPlayer;
}
}