mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 15:28:11 -05:00
chore: add generic default asset constructors for all games
This commit is contained in:
@ -1311,7 +1311,7 @@ namespace T5
|
||||
|
||||
struct SndPatch
|
||||
{
|
||||
char* name;
|
||||
const char* name;
|
||||
unsigned int elementCount;
|
||||
unsigned int* elements;
|
||||
unsigned int fileCount;
|
||||
|
Reference in New Issue
Block a user