Oopps, forgot to add multitrack file
This commit is contained in:
parent
18fe637193
commit
445be7ca24
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue