Remove generated files from root directory

This commit is contained in:
a2x
2025-02-07 13:32:35 +10:00
parent 5117d5a09b
commit 86304e3ebc
144 changed files with 168 additions and 169486 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-02-04 01:41:17.126927400 UTC
// 2025-02-07 03:30:27.112539300 UTC
namespace CS2Dumper.Schemas {
// Module: soundsystem.dll
@@ -33,7 +33,7 @@ namespace CS2Dumper.Schemas {
// Alignment: 2
// Member count: 10
public enum VMixFilterType_t : ushort {
FILTER_UNKNOWN = 0xFFFFFFFFFFFFFFFF,
FILTER_UNKNOWN = unchecked((ushort)-1),
FILTER_LOWPASS = 0x0,
FILTER_HIGHPASS = 0x1,
FILTER_BANDPASS = 0x2,