mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
Updated resource types
This commit is contained in:
parent
bb6f5abbbf
commit
34ef1d2fd0
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@ namespace Ship
|
|||
Array = 0x4F415252, // OARR
|
||||
Text = 0x4F545854, // OTXT
|
||||
Blob = 0x4F424C42, // OBLB
|
||||
Audio = 'OAUD',
|
||||
AudioSample = 'OSMP',
|
||||
AudioSoundFont = 'OSFT',
|
||||
AudioSequence = 'OSEQ',
|
||||
Audio = 0x4F415544, // OAUD
|
||||
AudioSample = 0x4F534D50, // OSMP
|
||||
AudioSoundFont = 0x4F534654, // OSFT
|
||||
AudioSequence = 0x4F534551, // OSEQ
|
||||
};
|
||||
|
||||
enum class DataType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue