41 lines
656 B
C#
41 lines
656 B
C#
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)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|