reapply moves with merge tracking
This commit is contained in:
parent
179dbd4124
commit
11dbb0e1c8
|
@ -1,40 +0,0 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace BizHawk.MultiClient.movie
|
||||
{
|
||||
public static class MovieConvert
|
||||
{
|
||||
public static void ConvertFCM(string path)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static void ConvertMMV(string path)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static void ConvertMCM(string path)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static void ConvertSMV(string path)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static void ConvertGMV(string path)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static void ConvertVBM(string path)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue