mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-24 15:54:57 +00:00
BOS.* -> BOS.*
This commit is contained in:
12
BinaryObjectScanner.Compression/ADPCM/ADPCM_DATA.cs
Normal file
12
BinaryObjectScanner.Compression/ADPCM/ADPCM_DATA.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace BinaryObjectScanner.Compression.ADPCM
|
||||
{
|
||||
/// <see href="https://github.com/ladislav-zezula/StormLib/blob/master/src/adpcm/adpcm.cpp"/>
|
||||
public unsafe struct ADPCM_DATA
|
||||
{
|
||||
public uint[] pValues;
|
||||
public int BitCount;
|
||||
public int field_8;
|
||||
public int field_C;
|
||||
public int field_10;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user