Case-sensitive rename operation (1/2)

This commit is contained in:
n00mkrad
2021-08-23 16:49:40 +02:00
parent 9162b5971b
commit 2c14fa9515
89 changed files with 12 additions and 36463 deletions

View File

@@ -1,15 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Flowframes.Data
{
class Padding
{
public const int inputFrames = 9;
public const int inputFramesRenamed = 8;
public const int interpFrames = 8;
}
}